~unity-team/unity/7.1

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Marco Trevisan (Treviño)
  • Date: 2013-07-03 23:19:32 UTC
  • mto: (3387.6.6 dbus-tests-enable)
  • mto: This revision was merged to the branch mainline in revision 3420.
  • Revision ID: mail@3v1n0.net-20130703231932-zlxo0inlanbwmmjf
config.h: add a reference to the source resources path as SOURCEDATADIR

Show diffs side-by-side

added added

removed removed

Lines of Context:
149
149
set (PREFIXDIR "${CMAKE_INSTALL_PREFIX}")
150
150
set (DATADIR "${CMAKE_INSTALL_PREFIX}/share")
151
151
set (PKGDATADIR "${DATADIR}/unity/icons")
 
152
set (SOURCEDATADIR "${CMAKE_CURRENT_SOURCE_DIR}/resources")
152
153
set (GETTEXT_PACKAGE "unity")
153
154
set (LOCALE_DIR "${DATADIR}/locale")
154
155
set (VERSION "${UNITY_VERSION}")