mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 01:15:09 +00:00
8 lines
179 B
CMake
8 lines
179 B
CMake
|
|
set_unicode()
|
|
|
|
add_executable(control control.c control.rc)
|
|
|
|
set_module_type(control win32gui)
|
|
add_importlibs(control advapi32 shell32 msvcrt kernel32)
|
|
add_cab_target(control 1)
|