|
From: Lasse Kärkkäi. <tr...@us...> - 2009-11-26 15:58:56
|
Module: performous
Branch: master
Commit: 3af6a7970126fecd8ee41d720fe35109fc4d8712
Author: Lasse Karkkainen <tro...@tr...>
Date: Thu Nov 26 17:58:43 2009 +0200
Omit libs dir from source package
---
cmake/performous-packaging.cmake | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/cmake/performous-packaging.cmake b/cmake/performous-packaging.cmake
index d987ed5..8fe3e9f 100644
--- a/cmake/performous-packaging.cmake
+++ b/cmake/performous-packaging.cmake
@@ -6,6 +6,7 @@ set(CPACK_SOURCE_IGNORE_FILES
"/.cvsignore"
"/.gitignore"
"/songs/"
+ "/libs/"
"/build/"
"/.svn/"
"/.git/"
|