[Groonga-commit] groonga/groonga [master] cmake windows: add missing -DGRN_DAT_EXPORT

Back to archive index

null+****@clear***** null+****@clear*****
2012年 5月 17日 (木) 22:42:22 JST


Kouhei Sutou	2012-05-17 22:42:22 +0900 (Thu, 17 May 2012)

  New Revision: 78d272be64341688767c0ff7a4a398b8ccb8f198

  Log:
    cmake windows: add missing -DGRN_DAT_EXPORT

  Modified files:
    lib/CMakeLists.txt

  Modified: lib/CMakeLists.txt (+4 -0)
===================================================================
--- lib/CMakeLists.txt    2012-05-17 22:34:27 +0900 (3d13cd0)
+++ lib/CMakeLists.txt    2012-05-17 22:42:22 +0900 (43d5b1b)
@@ -13,6 +13,10 @@
 # License along with this library; if not, write to the Free Software
 # Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301  USA
 
+add_definitions(
+  -DGRN_DAT_EXPORT
+  )
+
 include_directories(
   ${CMAKE_CURRENT_SOURCE_DIR}/dat
   )




Groonga-commit メーリングリストの案内
Back to archive index