~marcustomlinson/unity-scopes-shell/lp-1552082

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Pawel Stolowski
  • Date: 2015-10-30 08:37:39 UTC
  • mfrom: (274 unity-scopes-shell)
  • mto: This revision was merged to the branch mainline in revision 279.
  • Revision ID: pawel.stolowski@canonical.com-20151030083739-tfkzbrrcuqwdk9zw
Merged trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
106
106
 
107
107
# Translation
108
108
set(GETTEXT_PACKAGE "unity-plugin-scopes")
109
 
add_definitions(-DGETTEXT_PACKAGE="{GETTEXT_PACKAGE}")
 
109
add_definitions(-DGETTEXT_PACKAGE="${GETTEXT_PACKAGE}")
 
110
add_definitions(-DLOCALE_DIR="${CMAKE_INSTALL_FULL_DATADIR}/locale")
110
111
 
111
112
# Tests
112
113
include(CTest)