mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
9 lines
No EOL
179 B
CMake
9 lines
No EOL
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) |