mirror of
https://github.com/reactos/reactos.git
synced 2024-11-05 22:26:39 +00:00
9 lines
233 B
Text
9 lines
233 B
Text
|
|
||
|
list(APPEND SOURCE
|
||
|
tunneltest.c)
|
||
|
|
||
|
add_executable(tunneltest ${SOURCE})
|
||
|
set_module_type(tunneltest win32cui UNICODE)
|
||
|
add_importlibs(tunneltest msvcrt kernel32 ntdll)
|
||
|
add_cd_file(TARGET tunneltest DESTINATION reactos/bin FOR all)
|