[RTL]
[reactos.git] / base / applications / control / CMakeLists.txt
1
2 set_rc_compiler()
3
4 add_executable(control control.c control.rc)
5
6 set_module_type(control win32gui UNICODE)
7 add_importlibs(control advapi32 shell32 msvcrt kernel32)
8 add_cd_file(TARGET control DESTINATION reactos/system32 FOR all)