Skip to content

Commit

Permalink
Install *.inl files with headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
photex authored and SanderMertens committed Feb 15, 2022
1 parent 82126f7 commit 8178cee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CMakeLists.txt
Expand Up @@ -71,7 +71,8 @@ install(DIRECTORY "${PROJECT_SOURCE_DIR}/include/"
DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}
FILES_MATCHING
PATTERN "*.h"
PATTERN "*.hpp")
PATTERN "*.hpp"
PATTERN "*.inl")

install(TARGETS ${FLECS_TARGETS}
EXPORT flecs-export
Expand Down

0 comments on commit 8178cee

Please sign in to comment.