fixed https://github.com/jkriege2/JKQtPlotter/issues/113: bug in CMake install()-commmand for jkqtplotter (some headers were missing)

This commit is contained in:
jkriege2 2024-01-03 21:15:49 +01:00
parent d45083ee9b
commit 24bebf1490

View File

@ -307,7 +307,7 @@ if(JKQtPlotter_BUILD_STATIC_LIBS)
DESTINATION lib/cmake )
endif(JKQtPlotter_BUILD_STATIC_LIBS)
install(FILES ${HEADERS}
install(FILES ${HEADERS_BASE}
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}/${libIncludeSubdir}
COMPONENT Headers)