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 730e130 commit 2a2daefCopy full SHA for 2a2daef
CMakeLists.txt
@@ -7,6 +7,7 @@ project (liblsl
7
)
8
9
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
10
+set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)
11
if(NOT MSVC_VERSION VERSION_LESS 1700)
12
set(CMAKE_CXX_STANDARD 14)
13
endif()
0 commit comments