[CMAKE]
[reactos.git] / base / applications / network / ping / CMakeLists.txt
index 6fb1e80..a49124d 100644 (file)
@@ -5,3 +5,5 @@ add_executable(ping ping.c ping.rc)
 set_module_type(ping win32cui)
 
 add_importlibs(ping ws2_32 msvcrt kernel32)
+
+add_livecd_target(ping reactos/system32)
\ No newline at end of file