fixed: if using internal tinyxml, make sure to install header

This commit is contained in:
Arne Morten Kvarving 2017-05-16 09:53:06 +02:00
parent b88896e9a6
commit bb3ab78c9c

View File

@ -172,6 +172,9 @@ else()
src/LinAlg/*.h src/SIM/*.h
src/Utility/*.h
${CMAKE_BINARY_DIR}/IFEM.h)
if(NOT IFEM_USE_SYSTEM_TINYXML)
list(APPEND IFEM_HEADERS 3rdparty/tinyxml/tinyxml.h)
endif()
install(FILES ${IFEM_HEADERS}
DESTINATION include/IFEM COMPONENT ${IFEM_DEV_COMPONENT})