mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
7 lines
204 B
CMake
7 lines
204 B
CMake
|
|
|
|
add_executable(bootok bootok.c bootok.rc)
|
|
|
|
set_module_type(bootok win32cui UNICODE)
|
|
add_importlibs(bootok advapi32 msvcrt kernel32 ntdll)
|
|
add_cd_file(TARGET bootok DESTINATION reactos/system32 FOR all)
|