[sword-svn] r2640 - trunk/cmake
greg.hellings at crosswire.org
greg.hellings at crosswire.org
Sun Jul 10 18:31:03 MST 2011
Author: greg.hellings
Date: 2011-07-10 18:31:03 -0700 (Sun, 10 Jul 2011)
New Revision: 2640
Modified:
trunk/cmake/install.cmake
Log:
Oops - adding install of locales.d to CMake.
Modified: trunk/cmake/install.cmake
===================================================================
--- trunk/cmake/install.cmake 2011-07-11 01:30:52 UTC (rev 2639)
+++ trunk/cmake/install.cmake 2011-07-11 01:31:03 UTC (rev 2640)
@@ -23,6 +23,9 @@
INSTALL(TARGETS sword_static
DESTINATION ${SWORD_INSTALL_DIR}/lib)
ENDIF(BUILDING_STATIC)
+# Install the locales
+INSTALL(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/locales.d
+ DESTINATION ${SWORD_INSTALL_DIR}/share/sword)
# Install the headers
INSTALL(FILES ${SWORD_INSTALL_HEADERS}
More information about the sword-cvs
mailing list