1
2add_executable(load load.c)
3set_module_type(load win32cui UNICODE)
4add_importlibs(load ntdll user32 msvcrt kernel32)
5add_cd_file(TARGET load DESTINATION reactos/system32 FOR all)
6