[ROSAPPS] Add sysutils/utils folder completely (except rosperf for now) / Fix two...
[reactos.git] / rosapps / applications / sysutils / utils / driver / load / CMakeLists.txt
1
2 add_executable(load load.c)
3 set_module_type(load win32cui UNICODE)
4 add_importlibs(load ntdll user32 msvcrt kernel32)
5 add_cd_file(TARGET load DESTINATION reactos/bin FOR all)