Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / sdk / tools / hhpcomp / CMakeLists.txt
diff --git a/reactos/sdk/tools/hhpcomp/CMakeLists.txt b/reactos/sdk/tools/hhpcomp/CMakeLists.txt
deleted file mode 100644 (file)
index bbe004a..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-list(APPEND SOURCE
-    hhpcomp.cpp
-    hhp_reader.cpp
-    utils.cpp
-    chmc/chmc.c
-    chmc/err.c
-    lzx_compress/lz_nonslide.c
-    lzx_compress/lzx_layer.c
-    port/mkstemps.c)
-
-# used by lzx_compress
-add_definitions(-DNONSLIDE)
-
-add_executable(hhpcomp ${SOURCE})
-target_link_libraries(hhpcomp)