~parnold-x/slingshot/fix-1455991

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Giulio Collura
  • Date: 2011-09-12 14:23:59 UTC
  • Revision ID: random.cpp@gmail.com-20110912142359-2ox1x1iu4h1mkczd
Translations stuff

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
set (PKGDATADIR "${DATADIR}/slingshot")
11
11
set (GETTEXT_PACKAGE "slingshot")
12
12
set (RELEASE_NAME "Slingshot is a lightweight app launcher for Elementary, written in Vala and utilizing GTK+ and Cairo.")
13
 
set (VERSION "0.4")
 
13
set (VERSION "0.5")
14
14
set (VERSION_INFO "Testing")
15
15
set (CMAKE_C_FLAGS "-ggdb")
16
16
 
72
72
#
73
73
include (GSettings)
74
74
add_schema ("org.elementary.slingshot.gschema.xml")
 
75
 
 
76
# Translations
 
77
add_subdirectory (po)