[ROSAPPS] Add all sysutils to build which did build at rbuild times. Fix several...
[reactos.git] / rosapps / applications / sysutils / rosddt / CMakeLists.txt
1
2 add_executable(rosddt http.c rosddt.c rosddt.rc)
3 set_module_type(rosddt win32cui UNICODE)
4 add_importlibs(rosddt setupapi wininet user32 msvcrt kernel32)
5 add_cd_file(TARGET rosddt DESTINATION reactos/system32 FOR all)