mirror of
https://github.com/thunderbrewhq/thunderbrew
synced 2026-02-05 01:29:07 +00:00
chore(build): add vendored glew-cmake-2.2.0 library
This commit is contained in:
parent
cf257c771f
commit
dd52d00736
303 changed files with 25236 additions and 1 deletions
10
vendor/CMakeLists.txt
vendored
10
vendor/CMakeLists.txt
vendored
|
|
@ -1,6 +1,14 @@
|
|||
add_subdirectory(freetype-2.0.9)
|
||||
add_subdirectory(lua-5.1.3)
|
||||
add_subdirectory(sdl-3.0.0)
|
||||
|
||||
if (WHOA_SYSTEM_WIN OR WHOA_SYSTEM_LINUX)
|
||||
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 Ex
|
||||
set(FMODEX_DIR "./fmodex-4.32.09")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue