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