mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 09:29:08 +00:00
Merge branch 'master' into master
This commit is contained in:
commit
2ff05376e8
2114 changed files with 753471 additions and 140 deletions
12
vendor/CMakeLists.txt
vendored
12
vendor/CMakeLists.txt
vendored
|
|
@ -2,6 +2,16 @@ add_subdirectory(freetype-2.0.9)
|
|||
add_subdirectory(lua-5.1.3)
|
||||
add_subdirectory(stormlib-9)
|
||||
|
||||
if (WHOA_SYSTEM_WIN OR WHOA_SYSTEM_LINUX)
|
||||
set(SDL_SHARED OFF)
|
||||
set(SDL_STATIC ON)
|
||||
add_subdirectory(sdl-3.0.0)
|
||||
|
||||
set(glew-cmake_BUILD_SHARED OFF)
|
||||
set(glew-cmake_BUILD_STATIC ON)
|
||||
add_subdirectory(glew-cmake-2.2.0)
|
||||
endif()
|
||||
|
||||
# FMOD
|
||||
|
||||
add_library(fmod SHARED IMPORTED GLOBAL)
|
||||
|
|
@ -114,4 +124,4 @@ elseif(WHOA_SYSTEM_MAC)
|
|||
)
|
||||
install(FILES ${FMOD_DIR}/mac/lib/libfmod.dylib DESTINATION "bin")
|
||||
endif()
|
||||
endif()
|
||||
endif()
|
||||
Loading…
Add table
Add a link
Reference in a new issue