couch/thirdparty/assimp/contrib/CMakeLists.txt

5 lines
138 B
CMake
Raw Normal View History

2021-03-15 13:46:19 -05:00
# Compile internal irrXML only if system is not requested
if( NOT SYSTEM_IRRXML )
add_subdirectory(irrXML)
endif( NOT SYSTEM_IRRXML )