[Groonga-commit] groonga/groonga-normalizer-mysql at f6c388f [master] windows: install missing pdb

Back to archive index
Kentaro Hayashi null+****@clear*****
Tue Apr 2 19:10:48 JST 2019


Kentaro Hayashi	2019-04-02 19:10:48 +0900 (Tue, 02 Apr 2019)

  Revision: f6c388f9b3fd672c2818fd5016122f50cda05be6
  https://github.com/groonga/groonga-normalizer-mysql/commit/f6c388f9b3fd672c2818fd5016122f50cda05be6

  Merged 6c091aa: Merge pull request #7 from kenhys/install-pdb

  Message:
    windows: install missing pdb

  Modified files:
    normalizers/CMakeLists.txt

  Modified: normalizers/CMakeLists.txt (+5 -0)
===================================================================
--- normalizers/CMakeLists.txt    2019-03-29 16:14:29 +0900 (bddda0a)
+++ normalizers/CMakeLists.txt    2019-04-02 19:10:48 +0900 (828c668)
@@ -39,5 +39,10 @@ else()
     PREFIX ""
     OUTPUT_NAME "mysql")
   install(TARGETS mysql_normalizer DESTINATION "${NORMALIZERS_DIR}")
+  if(MSVC AND CMAKE_VERSION VERSION_GREATER "3.1")
+    install(FILES $<TARGET_PDB_FILE:mysql_normalizer>
+      DESTINATION "${NORMALIZERS_DIR}"
+      OPTIONAL)
+  endif()
 endif()
 target_link_libraries(mysql_normalizer ${GROONGA_LIBRARIES})
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.osdn.me/mailman/archives/groonga-commit/attachments/20190402/ebdc0f59/attachment-0001.html>


More information about the Groonga-commit mailing list
Back to archive index