* Sync the recent cmake branch changes.
[reactos.git] / base / applications / control / CMakeLists.txt
1
2 set_unicode()
3 set_rc_compiler()
4
5 add_executable(control control.c control.rc)
6
7 set_module_type(control win32gui)
8 add_importlibs(control advapi32 shell32 msvcrt kernel32)
9 add_cd_file(TARGET control DESTINATION reactos/system32 FOR all)