提交 bb9bf53e 编写于 作者: V Vadim Pisarevsky

include 3rdparty/lib/* into the source package for Windows

上级 9d8644de
...@@ -45,7 +45,6 @@ set(CPACK_SOURCE_IGNORE_FILES ...@@ -45,7 +45,6 @@ set(CPACK_SOURCE_IGNORE_FILES
"/\\\\.svn/" "/\\\\.svn/"
"/autom4te.cache/" "/autom4te.cache/"
"/build/" "/build/"
"/lib/"
"/interfaces/" "/interfaces/"
"/swig_python/" "/swig_python/"
"/octave/" "/octave/"
...@@ -66,6 +65,12 @@ set(CPACK_SOURCE_IGNORE_FILES ...@@ -66,6 +65,12 @@ set(CPACK_SOURCE_IGNORE_FILES
"/1$" "/1$"
"${CPACK_SOURCE_IGNORE_FILES}") "${CPACK_SOURCE_IGNORE_FILES}")
if(NOT WIN32)
set(CPACK_SOURCE_IGNORE_FILES
"/lib/"
"${CPACK_SOURCE_IGNORE_FILES}")
endif()
set(CPACK_SOURCE_PACKAGE_FILE_NAME set(CPACK_SOURCE_PACKAGE_FILE_NAME
"${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}") "${CMAKE_PROJECT_NAME}-${CPACK_PACKAGE_VERSION_MAJOR}.${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}")
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册