mirror of
https://github.com/ChaiScript/ChaiScript.git
synced 2026-02-08 18:56:48 +08:00
Fix bug in installation of some files
This commit is contained in:
parent
4e06478fb8
commit
2ce55d81b3
@ -8,6 +8,7 @@ option(BUILD_SAMPLES "Build Samples Folder" FALSE)
|
|||||||
|
|
||||||
list(APPEND CPACK_SOURCE_IGNORE_FILES "${CMAKE_CURRENT_BINARY_DIR}")
|
list(APPEND CPACK_SOURCE_IGNORE_FILES "${CMAKE_CURRENT_BINARY_DIR}")
|
||||||
list(APPEND CPACK_SOURCE_IGNORE_FILES "\\\\.svn")
|
list(APPEND CPACK_SOURCE_IGNORE_FILES "\\\\.svn")
|
||||||
|
list(APPEND CPACK_SOURCE_IGNORE_FILES "\\\\.git")
|
||||||
list(APPEND CPACK_SOURCE_IGNORE_FILES ".swp")
|
list(APPEND CPACK_SOURCE_IGNORE_FILES ".swp")
|
||||||
list(APPEND CPACK_SOURCE_IGNORE_FILES ".*~")
|
list(APPEND CPACK_SOURCE_IGNORE_FILES ".*~")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user