Skip to content

Commit b598151

Browse files
committed
Use a modern example for the test build
1 parent d9dafd3 commit b598151

2 files changed

Lines changed: 153 additions & 148 deletions

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -619,7 +619,7 @@ install(EXPORT ColumbaEngineTargets
619619
# Install vendored dependencies headers
620620
install(DIRECTORY ${GLM_DIR}/glm/
621621
DESTINATION include/glm
622-
FILES_MATCHING PATTERN "*.hpp" PATTERN "*.h"
622+
FILES_MATCHING PATTERN "*.hpp" PATTERN "*.h" PATTERN "*.inl"
623623
)
624624

625625
install(DIRECTORY ${TASKFLOW_DIR}/taskflow/

0 commit comments

Comments
 (0)