~cairo-dock-team/cairo-dock-core/2.3.x

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: matttbe
  • Date: 2011-06-17 22:08:49 UTC
  • Revision ID: matttbe@gmail.com-20110617220849-7bf17ouoshzs8crk
Tags: 2.3.0~3
2.3.0~3:
 * Fixed a crash that occurs when the MP applet is in desklet mode and applets separated from launchers and the music-player is launched.
 * Fixed an annoying bug when we leave the dock with cursor slowly on the right or on the left of it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
########### project ###############
11
11
 
12
12
project ("cairo-dock")
13
 
set (VERSION "2.3.0~2")
 
13
set (VERSION "2.3.0~3")
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})