couch/thirdparty/assimp/contrib/CMakeLists.txt
2021-01-18 18:25:47 -06:00

5 lines
138 B
CMake

# Compile internal irrXML only if system is not requested
if( NOT SYSTEM_IRRXML )
add_subdirectory(irrXML)
endif( NOT SYSTEM_IRRXML )