We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fcaf73 commit 9869229Copy full SHA for 9869229
CMakeLists.txt
@@ -1,4 +1,4 @@
1
-cmake_minimum_required(VERSION 2.8.8)
+cmake_minimum_required(VERSION 3.11)
2
project(ipfixcol2)
3
4
# Description of the project
src/core/CMakeLists.txt
@@ -90,6 +90,7 @@ target_link_libraries(ipfixcol2 ${BASE_LIB})
90
set_target_properties(ipfixcol2 PROPERTIES # by default, hide all symbols
91
C_VISIBILITY_PRESET hidden
92
CXX_VISIBILITY_PRESET hidden
93
+ ENABLE_EXPORTS on # Export symbols from executable for use by plugins
94
)
95
96
# Installation targets
0 commit comments