mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-20 20:05:33 +00:00
4 lines
138 B
CMake
4 lines
138 B
CMake
# Compile internal irrXML only if system is not requested
|
|
if( NOT SYSTEM_IRRXML )
|
|
add_subdirectory(irrXML)
|
|
endif( NOT SYSTEM_IRRXML )
|