mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 13:52:30 +00:00
5 lines
197 B
CMake
5 lines
197 B
CMake
|
|
add_executable(route route.c route.rc)
|
|
set_module_type(route win32cui UNICODE)
|
|
add_importlibs(route ws2_32 iphlpapi msvcrt kernel32)
|
|
add_cd_file(TARGET route DESTINATION reactos/system32 FOR all)
|