mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-27 23:35:45 +00:00
library containment:
after execution of found cmakelists.txt files, searh the engine/lib and apname/data directories recursively for a *torque_postbuild.cmake file, including the contents, to ensure any values used, such as TORQUE_LINK_LIBRARIES remain in parent scope
This commit is contained in:
parent
3ef60ffcb6
commit
9f01515e78
9 changed files with 69 additions and 47 deletions
|
|
@ -13,5 +13,5 @@
|
|||
endif (UNIX)
|
||||
|
||||
set(TORQUE_INCLUDE_DIRECTORIES ${TORQUE_INCLUDE_DIRECTORIES} "${CMAKE_CURRENT_SOURCE_DIR}/include/vorbis")
|
||||
#set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} libvorbis)
|
||||
#set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} libvorbis PARENT_SCOPE)
|
||||
#endif()
|
||||
1
Engine/lib/libvorbis/Torque_postBuild.cmake
Normal file
1
Engine/lib/libvorbis/Torque_postBuild.cmake
Normal file
|
|
@ -0,0 +1 @@
|
|||
set(TORQUE_LINK_LIBRARIES ${TORQUE_LINK_LIBRARIES} libvorbis)
|
||||
Loading…
Add table
Add a link
Reference in a new issue