Install nglib header to same dir as nginterface

This commit is contained in:
Matthias Hochsteger 2018-01-23 10:06:12 +01:00
parent e0fe171516
commit d55ad61323

View File

@ -43,4 +43,4 @@ if(USE_PYTHON)
endif(USE_PYTHON)
install(TARGETS nglib ${NG_INSTALL_DIR})
install(FILES nglib.h DESTINATION ${NG_INSTALL_DIR_INCLUDE}/include COMPONENT netgen_devel)
install(FILES nglib.h DESTINATION ${NG_INSTALL_DIR_INCLUDE} COMPONENT netgen_devel)