Skip to content
This repository was archived by the owner on Sep 14, 2019. It is now read-only.

Commit ed7ff03

Browse files
authored
Merge pull request #84 from Milerius/dev
update CMakeLists.txt
2 parents f65ec5e + fd2c8ee commit ed7ff03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ if (NOT DISABLE_INSTALL_SHIVA_CORE)
8989
${CMAKE_CURRENT_SOURCE_DIR}/modules
9090
DESTINATION
9191
${CMAKE_INSTALL_INCLUDEDIR}/shiva
92-
FILES_MATCHING PATTERN "*.h*"
92+
FILES_MATCHING PATTERN "*.h*" PATTERN "*.lua"
9393
)
9494

9595
install(EXPORT shiva-targets

0 commit comments

Comments
 (0)