From 4894d737bafa3eafb73d19882be28d3f2f11e3df Mon Sep 17 00:00:00 2001 From: Derek Christ Date: Sun, 4 Jun 2023 00:01:19 +0200 Subject: [PATCH] Remove the SAIL image library again --- .gitmodules | 3 --- lib/CMakeLists.txt | 5 ----- lib/sail | 1 - src/CMakeLists.txt | 1 - 4 files changed, 10 deletions(-) delete mode 160000 lib/sail diff --git a/.gitmodules b/.gitmodules index 752e252..eef78f6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -10,6 +10,3 @@ [submodule "lib/fx-gltf"] path = lib/fx-gltf url = https://github.com/jessey-git/fx-gltf.git -[submodule "lib/sail"] - path = lib/sail - url = https://github.com/HappySeaFox/sail.git diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt index d1a0669..900e726 100644 --- a/lib/CMakeLists.txt +++ b/lib/CMakeLists.txt @@ -10,8 +10,3 @@ option(FX_GLTF_INSTALL "" OFF) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/fx-gltf) add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/stb) - -option(SAIL_BUILD_EXAMPLES "" OFF) -option(SAIL_BUILD_TESTS "" OFF) -option(SAIL_BUILD_APPS "" OFF) -add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/sail) diff --git a/lib/sail b/lib/sail deleted file mode 160000 index c0c1e57..0000000 --- a/lib/sail +++ /dev/null @@ -1 +0,0 @@ -Subproject commit c0c1e57d8fe8c63216dc9f130e67415a46c7488f diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 7af07e6..30c6416 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -31,7 +31,6 @@ target_link_libraries( fx-gltf::fx-gltf nlohmann_json::nlohmann_json stb - sail ) add_executable(Fall-Fever