diff options
author | David Athay <ko2fan@gmail.com> | 2009-04-06 15:12:19 +0100 |
---|---|---|
committer | David Athay <ko2fan@gmail.com> | 2009-04-06 15:12:19 +0100 |
commit | 004b2853d37a18a67c348c29e4500f3ef68337b5 (patch) | |
tree | 12254803a546f6082c3d3ff16ad2fa7fbaf177b1 /CMakeLists.txt | |
parent | 4c6c35c638a340fb8dc5f6bad051e5024dfc1d42 (diff) | |
parent | fa5f2c6d2adc4710cf97dfe1316791cf65d551ef (diff) | |
download | mana-004b2853d37a18a67c348c29e4500f3ef68337b5.tar.gz mana-004b2853d37a18a67c348c29e4500f3ef68337b5.tar.bz2 mana-004b2853d37a18a67c348c29e4500f3ef68337b5.tar.xz mana-004b2853d37a18a67c348c29e4500f3ef68337b5.zip |
Merge branch 'master' of git@gitorious.org:tmw/mainline
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bf66c6ae..6cefa798 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -12,8 +12,10 @@ OPTION(WITH_OPENGL "Enable OpenGL support" ON) IF (WIN32) SET(PKG_DATADIR ".") SET(PKG_BINDIR ".") + SET(LOCALEDIR ".") ELSE (WIN32) SET(PKG_DATADIR ${CMAKE_INSTALL_PREFIX}/share/tmw) + SET(LOCALEDIR ${CMAKE_INSTALL_PREFIX}/share/locale) SET(PKG_BINDIR ${CMAKE_INSTALL_PREFIX}/bin) ENDIF (WIN32) |