Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / rostests / apitests / fltlib / CMakeLists.txt
diff --git a/rostests/apitests/fltlib/CMakeLists.txt b/rostests/apitests/fltlib/CMakeLists.txt
deleted file mode 100644 (file)
index 0df9d52..0000000
+++ /dev/null
@@ -1,16 +0,0 @@
-
-list(APPEND SOURCE
-    load.c
-    handles.c
-    instance.c
-       instance_find.c
-       filter_find.c
-       volume_find.c
-       info.c
-       comms.c
-    testlist.c)
-
-add_executable(fltlib_apitest ${SOURCE})
-set_module_type(fltlib_apitest win32cui)
-add_importlibs(fltlib_apitest user32 msvcrt kernel32)
-add_rostests_file(TARGET fltlib_apitest)