~elementary-pantheon/contractor/master

« back to all changes in this revision

Viewing changes to src/CMakeLists.txt

  • Committer: Victor
  • Date: 2013-05-20 05:22:56 UTC
  • mto: This revision was merged to the branch mainline in revision 127.
  • Revision ID: git-v1:4089894fa6c305985c0a9abdd524bb8cdc5716ce
Remove translations.

This revision removes the "contractor" Gettext domain; this implies no longer keeping translations in Contractor itself. Contracts need to provide their own translation domain.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
ensure_vala_version("0.16.0" MINIMUM)
5
5
include(ValaPrecompile)
6
6
 
7
 
set(EXEC_NAME "contractor")
8
 
set(GETTEXT_PACKAGE "contractor")
 
7
set(EXEC_NAME ${CMAKE_PROJECT_NAME})
9
8
 
10
 
add_definitions(-DGETTEXT_PACKAGE=\"${GETTEXT_PACKAGE}\")
 
9
add_definitions(-DGETTEXT_PACKAGE=\"${CMAKE_PROJECT_NAME}\")
11
10
 
12
11
# pkgconfig, real C code
13
12
find_package(PkgConfig)