mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-24 06:34:45 +00:00
5 lines
231 B
CMake
5 lines
231 B
CMake
add_library(tinyxml STATIC "tinyxml2.cpp")
|
|
|
|
# NOTE: Some stuff include tinyxml by tinyxml/tinyxml2.h instead of just tinyxml2.h
|
|
target_include_directories(tinyxml PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} ${CMAKE_CURRENT_SOURCE_DIR}/../)
|