reactos/base/system/bootok/CMakeLists.txt

9 lines
147 B
CMake
Raw Normal View History

set_unicode()
add_executable(bootok bootok.c bootok.rc)
set_module_type(bootok win32cui)
add_importlibs(bootok advapi32 msvcrt kernel32 ntdll)