mirror of
https://github.com/reactos/reactos.git
synced 2025-07-15 02:54:28 +00:00
5 lines
185 B
CMake
5 lines
185 B
CMake
|
|
add_executable(unload unload.c)
|
|
set_module_type(unload win32cui UNICODE)
|
|
add_importlibs(unload ntdll user32 msvcrt kernel32)
|
|
add_cd_file(TARGET unload DESTINATION reactos/bin FOR all)
|