mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-11 22:54:34 +00:00
* Feature: Initial testing with module (file) searches.
This commit is contained in:
parent
c3540acf94
commit
9901fa76b4
21 changed files with 142 additions and 1215 deletions
|
|
@ -1,4 +1,4 @@
|
|||
add_library(tinyxml "tinyxml2.cpp")
|
||||
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}/../)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue