X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=base%2Fapplications%2Fnetwork%2Froute%2FCMakeLists.txt;h=77dde09896b7fbba20c1085c9c1ab5d248d99a6f;hp=dd04f7366b83b7ef354105cc6c7bb060ea9aeb02;hb=9fa710c8135d9c18cd6e828bc696b4a3a8b95f9d;hpb=7c84d922e5cdfcbd4ef8345a06465b658b6b8158 diff --git a/base/applications/network/route/CMakeLists.txt b/base/applications/network/route/CMakeLists.txt index dd04f7366b8..77dde09896b 100644 --- a/base/applications/network/route/CMakeLists.txt +++ b/base/applications/network/route/CMakeLists.txt @@ -1,10 +1,8 @@ -add_definitions(-D_DLL -D__USE_CRTIMP) - set_unicode() add_executable(route route.c route.rc) set_module_type(route win32cui) add_importlibs(route ws2_32 iphlpapi msvcrt kernel32) -add_cab_target(route 1) +add_cd_file(TARGET route DESTINATION reactos/system32 FOR all)