- Pre-compiled static library (*.a) in source tarball (thanks to Jakub Wilk).
This commit is contained in:
Paul Beckingham
2014-01-08 00:07:07 -05:00
parent 15524650d8
commit 6819c21600
2 changed files with 4 additions and 1 deletions

View File

@@ -165,5 +165,6 @@ set (CPACK_SOURCE_IGNORE_FILES "CMakeCache" "CMakeFiles" "CPackConfig" "CPackSo
"_CPack_Packages" "cmake_install" "install_manifest" "Makefile$"
"test" "package-config" "misc/*" "src/task$" "src/libtask.a"
"src/columns/libcolumns.a" "src/commands/libcommands.a"
"src/shell/tasksh$" "auto.h$" "/\\.gitignore" "/\\.git/" "swp$")
"src/shell/tasksh$" "src/shell/libtasksh.a" "auto.h$"
"/\\.gitignore" "/\\.git/" "swp$")
include (CPack)