mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
10 lines
No EOL
185 B
CMake
10 lines
No EOL
185 B
CMake
|
|
set_unicode()
|
|
|
|
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) |