mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
6 lines
200 B
CMake
6 lines
200 B
CMake
|
|
add_executable(winstation winstation.c winstation.rc)
|
|
set_module_type(winstation win32gui UNICODE)
|
|
add_importlibs(winstation user32 msvcrt kernel32)
|
|
add_rostests_file(TARGET winstation SUBDIR suppl)
|