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