Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / dll / cpl / ncpa / CMakeLists.txt
diff --git a/reactos/dll/cpl/ncpa/CMakeLists.txt b/reactos/dll/cpl/ncpa/CMakeLists.txt
deleted file mode 100644 (file)
index 2d92f48..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-
-spec2def(ncpa.cpl ncpa.spec)
-
-add_library(ncpa SHARED
-    ncpa.c
-    ${CMAKE_CURRENT_BINARY_DIR}/ncpa.def)
-
-set_module_type(ncpa cpl UNICODE)
-add_importlibs(ncpa advapi32 shell32 msvcrt kernel32)
-add_cd_file(TARGET ncpa DESTINATION reactos/system32 FOR all)