mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 05:43:30 +00:00
9c589bb131
svn path=/branches/shell-experiments/; revision=62756
5 lines
217 B
CMake
5 lines
217 B
CMake
|
|
add_executable(control control.c control.rc)
|
|
set_module_type(control win32gui UNICODE)
|
|
add_importlibs(control advapi32 shell32 user32 msvcrt kernel32)
|
|
add_cd_file(TARGET control DESTINATION reactos/system32 FOR all)
|