mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-28 07:45:40 +00:00
update lib
can use original cmakelists.txt from torque, but update naming to tinyxml2
This commit is contained in:
parent
69e763f698
commit
142467ccc6
387 changed files with 25588 additions and 14101 deletions
3
Engine/lib/tinyxml2/CMakeLists.txt
Normal file
3
Engine/lib/tinyxml2/CMakeLists.txt
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
add_library(tinyxml2 STATIC "tinyxml2.cpp")
|
||||
|
||||
target_include_directories(tinyxml2 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../)
|
||||
Loading…
Add table
Add a link
Reference in a new issue