mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
3 lines
148 B
CMake
3 lines
148 B
CMake
add_library(tinyxml2 STATIC "tinyxml2.cpp")
|
|
|
|
target_include_directories(tinyxml2 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../) |