Remove the SAIL image library again

This commit is contained in:
2023-06-04 00:01:19 +02:00
parent b751a71702
commit 4894d737ba
4 changed files with 0 additions and 10 deletions

3
.gitmodules vendored
View File

@@ -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

5
lib/CMakeLists.txt vendored
View File

@@ -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)

1
lib/sail vendored

Submodule lib/sail deleted from c0c1e57d8f

View File

@@ -31,7 +31,6 @@ target_link_libraries(
fx-gltf::fx-gltf
nlohmann_json::nlohmann_json
stb
sail
)
add_executable(Fall-Fever