reactos/rosapps/applications/sysutils/utils/driver/load/CMakeLists.txt

6 lines
175 B
CMake

add_executable(load load.c)
set_module_type(load win32cui UNICODE)
add_importlibs(load ntdll user32 msvcrt kernel32)
add_cd_file(TARGET load DESTINATION reactos/bin FOR all)