summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVittorio Romeo <vittorio.romeo@outlook.com>2020-06-16 14:23:35 +0100
committerVittorio Romeo <vittorio.romeo@outlook.com>2020-06-16 14:23:35 +0100
commit8c0c21ae3f1570f274679ef72d2a8a1e95e6151b (patch)
tree6d71949dda72acdfb4703839acb01e0d01fab7c2
parentf31b440c1c8cf43597ce728de7637b2ca827f03a (diff)
Cleanupcleanup
-rw-r--r--CMakeLists.txt7
-rw-r--r--old_scripts/FindLUA.cmake (renamed from cmake/modules/FindLUA.cmake)0
-rw-r--r--old_scripts/FindSFML.cmake (renamed from cmake/modules/FindSFML.cmake)0
-rw-r--r--old_scripts/FindZLib.cmake (renamed from cmake/modules/FindZLib.cmake)0
4 files changed, 0 insertions, 7 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index a161c776..a28baefe 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -90,13 +90,6 @@ file(GLOB_RECURSE SRC_LIST "${INC_DIR}/*" "${SRC_DIR}/*")
vrm_cmake_add_common_compiler_flags()
-if(MINGW)
- find_package(boost REQUIRED)
-endif()
-
-find_package(SFML COMPONENTS system window graphics audio network REQUIRED)
-find_package(LUA REQUIRED)
-find_package(ZLIB REQUIRED)
vrm_cmake_find_extlib(vrm_pp)
vrm_cmake_find_extlib(SSVUtils)
vrm_cmake_find_extlib(SSVMenuSystem)
diff --git a/cmake/modules/FindLUA.cmake b/old_scripts/FindLUA.cmake
index f678218a..f678218a 100644
--- a/cmake/modules/FindLUA.cmake
+++ b/old_scripts/FindLUA.cmake
diff --git a/cmake/modules/FindSFML.cmake b/old_scripts/FindSFML.cmake
index b8830f9a..b8830f9a 100644
--- a/cmake/modules/FindSFML.cmake
+++ b/old_scripts/FindSFML.cmake
diff --git a/cmake/modules/FindZLib.cmake b/old_scripts/FindZLib.cmake
index d75d5056..d75d5056 100644
--- a/cmake/modules/FindZLib.cmake
+++ b/old_scripts/FindZLib.cmake