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