mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-26 15:49:30 +00:00
Update CMakeLists.txt
fix to skip mpeg on mac (would require another lib for mp3)
This commit is contained in:
parent
705b17ab57
commit
d2ac25195f
1 changed files with 1 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ set(BUILD_EXAMPLES OFF CACHE BOOL "" FORCE)
|
|||
set(ENABLE_CPACK OFF CACHE BOOL "" FORCE)
|
||||
set(ENABLE_PACKAGE_CONFIG OFF CACHE BOOL "" FORCE)
|
||||
set(INSTALL_PKGCONFIG_MODULE OFF CACHE BOOL "" FORCE)
|
||||
set(ENABLE_MPEG OFF CACHE BOOL "" FORCE)
|
||||
set(ENABLE_EXPERIMENTAL ON CACHE BOOL "" FORCE)
|
||||
add_subdirectory(libsndfile ${TORQUE_LIB_TARG_DIRECTORY}/libsndfile EXCLUDE_FROM_ALL)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue