diff --git a/pcbnew/github/CMakeLists.txt b/pcbnew/github/CMakeLists.txt index 34bf3c9cef..48596231ae 100644 --- a/pcbnew/github/CMakeLists.txt +++ b/pcbnew/github/CMakeLists.txt @@ -54,9 +54,7 @@ set( GITHUB_PLUGIN_SRCS github_plugin.cpp ) -add_library( github_plugin - github_plugin.cpp - ) +add_library( github_plugin STATIC ${GITHUB_PLUGIN_SRCS} ) # No, you don't get github without boost and openssl. Boost_LIBRARIES now moved up # into CMakeLists.txt for pcbnew and cvpcb: