Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rosapps / applications / net / tditest / CMakeLists.txt
diff --git a/rosapps/applications/net/tditest/CMakeLists.txt b/rosapps/applications/net/tditest/CMakeLists.txt
deleted file mode 100644 (file)
index 4c42ee5..0000000
+++ /dev/null
@@ -1,7 +0,0 @@
-
-include_directories(include)
-add_executable(tditest tditest/tditest.c tditest.rc)
-set_module_type(tditest kernelmodedriver)
-target_link_libraries(tditest ${PSEH_LIB})
-add_importlibs(tditest ntoskrnl hal)
-add_cd_file(TARGET tditest DESTINATION reactos/system32/drivers FOR all)