File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -89,8 +89,10 @@ LIST (APPEND msgpack_HEADERS
8989 include /msgpack/util.h
9090 include /msgpack/sysdep.h
9191 include /msgpack/gcc_atomic.h
92+ include /msgpack.h
9293 include /msgpack/sbuffer.h
9394 include /msgpack/version .h
95+ include /msgpack/version_master.h
9496 include /msgpack/vrefbuffer.h
9597 include /msgpack/zbuffer.h
9698 include /msgpack/fbuffer.h
@@ -226,7 +228,9 @@ ENDIF ()
226228
227229INSTALL (TARGETS msgpack msgpack-static DESTINATION ${CMAKE_INSTALL_LIBDIR} )
228230INSTALL (DIRECTORY include DESTINATION ${CMAKE_INSTALL_PREFIX} )
229- INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR} /msgpack.pc DESTINATION ${CMAKE_INSTALL_LIBDIR} /pkgconfig)
231+ IF (NOT MSVC )
232+ INSTALL (FILES ${CMAKE_CURRENT_BINARY_DIR} /msgpack.pc DESTINATION ${CMAKE_INSTALL_LIBDIR} /pkgconfig)
233+ ENDIF ()
230234
231235# Doxygen
232236FIND_PACKAGE (Doxygen)
You can’t perform that action at this time.
0 commit comments