X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fsystem%2Frunonce%2FCMakeLists.txt;h=6fd8005a4ae39fbed5a5136c8a423582d52a29f2;hp=314d83839a9257ab3cc8a65592febc9e57c312ab;hb=9fa710c8135d9c18cd6e828bc696b4a3a8b95f9d;hpb=7c84d922e5cdfcbd4ef8345a06465b658b6b8158 diff --git a/base/system/runonce/CMakeLists.txt b/base/system/runonce/CMakeLists.txt index 314d83839a9..6fd8005a4ae 100644 --- a/base/system/runonce/CMakeLists.txt +++ b/base/system/runonce/CMakeLists.txt @@ -1,8 +1,9 @@ set_unicode() +set_rc_compiler() add_executable(runonce runonce.c runonce.rc) set_module_type(runonce win32gui) add_importlibs(runonce advapi32 user32 msvcrt kernel32 ntdll) -add_cab_target(runonce 1) +add_cd_file(TARGET runonce DESTINATION reactos/system32 FOR all)