Fix more stuff

This commit is contained in:
Josiah VanderZee 2024-04-18 12:12:07 -05:00
parent c928cc8456
commit d423194e61
3 changed files with 0 additions and 22 deletions

View File

@ -1,6 +0,0 @@
{
"files.associations": {
"*.tcc": "cpp",
"iomanip": "cpp"
}
}

View File

@ -1,11 +0,0 @@
@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
if(NOT TARGET IrrlichtMt::IrrlichtMt)
# private dependency only explicitly needed with static libs
if(@USE_SDL2@ AND NOT @BUILD_SHARED_LIBS@)
find_dependency(SDL2)
endif()
include("${CMAKE_CURRENT_LIST_DIR}/IrrlichtMtTargets.cmake")
endif()

View File

@ -1,5 +0,0 @@
@PACKAGE_INIT@
if(NOT TARGET tinygltf::tinygltf)
include("${CMAKE_CURRENT_LIST_DIR}/tinygltfTargets.cmake")
endif()