mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
6 lines
218 B
CMake
6 lines
218 B
CMake
|
|
||
|
add_executable(rosddt http.c rosddt.c rosddt.rc)
|
||
|
set_module_type(rosddt win32cui UNICODE)
|
||
|
add_importlibs(rosddt setupapi wininet user32 msvcrt kernel32)
|
||
|
add_cd_file(TARGET rosddt DESTINATION reactos/system32 FOR all)
|