[CMAKE]
[reactos.git] / base / applications / network / nslookup / CMakeLists.txt
index 5f97ca4..bc6fe21 100644 (file)
@@ -5,7 +5,5 @@ add_executable(nslookup
     nslookup.rc)
 
 set_module_type(nslookup win32cui)
-
 add_importlibs(nslookup user32 ws2_32 snmpapi iphlpapi msvcrt kernel32)
-
-add_cab_target(nslookup 1)
\ No newline at end of file
+add_cd_file(TARGET nslookup DESTINATION reactos/system32 FOR all)