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