Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers...
[reactos.git] / reactos / base / shell / filebrowser / CMakeLists.txt
diff --git a/reactos/base/shell/filebrowser/CMakeLists.txt b/reactos/base/shell/filebrowser/CMakeLists.txt
deleted file mode 100644 (file)
index b675151..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-
-PROJECT(SHELL)
-
-list(APPEND SOURCE
-    filebrowser.c
-    filebrowser.rc)
-
-add_executable(filebrowser ${SOURCE})
-set_module_type(filebrowser win32gui UNICODE)
-add_importlibs(filebrowser shell32 browseui msvcrt kernel32)
-
-add_cd_file(TARGET filebrowser DESTINATION reactos FOR all)