We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f46c6e1 commit abfee4dCopy full SHA for abfee4d
CMakeLists.txt
@@ -1,5 +1,5 @@
1
cmake_minimum_required(VERSION 3.23)
2
-project(MCPServer.cpp LANGUAGES CXX VERSION 1.0.2.4)
+project(MCPServer.cpp LANGUAGES CXX VERSION 1.0.2.5)
3
4
if(UNIX AND NOT APPLE)
5
set(CMAKE_CXX_VISIBILITY_PRESET default)
cmake/PluginCommon.cmake
@@ -62,6 +62,8 @@ function(configure_plugin plugin_name src_files)
62
63
if(WIN32)
64
set_target_properties(${plugin_name} PROPERTIES SUFFIX ".dll")
65
+ else()
66
+ set_target_properties(${plugin_name} PROPERTIES SUFFIX ".so")
67
endif()
68
69
# Install the plugin to bin/plugins (always install plugins)
0 commit comments