~didrocks/cairo-dock-plug-ins/fix-abi-transition

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: matttbe
  • Date: 2010-09-18 12:22:06 UTC
  • Revision ID: matttbe@gmail.com-20100918122206-xhha2ksrh3cgtvpf
 - Fixed a crash in rainbow view if the subdock is empty
* debian/control
 - Updated the version of cairo-dock-dev and cairo-dock-core

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
########### project ###############
11
11
 
12
12
project ("cairo-dock-plugins")
13
 
set (VERSION "2.2.0-1")
 
13
set (VERSION "2.2.0-2")
14
14
 
15
15
add_definitions (-std=c99 -Wstrict-prototypes -Wextra -Wwrite-strings -Wuninitialized -Werror-implicit-function-declaration) #-Wunreachable-code -Wno-unused-parameter -Wall
16
16
if (NOT ${CMAKE_BUILD_TYPE})
23
23
set (CPACK_SOURCE_GENERATOR "TGZ")
24
24
set (CPACK_SOURCE_PACKAGE_FILE_NAME "${CMAKE_PROJECT_NAME}-${VERSION}")
25
25
set (CPACK_SOURCE_IGNORE_FILES 
26
 
        "/build/;/.bzr/;bzrignore$;/misc/;~$;${CPACK_SOURCE_IGNORE_FILES}")
 
26
        "/build/;/.bzr/;bzrignore$;/misc/;en_GB.po$;~$;${CPACK_SOURCE_IGNORE_FILES}")
27
27
include (CPack)
28
28
 
29
29
add_custom_target( dist