This website works better with JavaScript.
Home
Explore
Help
Sign In
RuhNetConsulting
/
bcg729
mirror of
https://github.com/BelledonneCommunications/bcg729
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
8
Wiki
Activity
Browse Source
cmake: fix symbol visibility
Avoid exposing unexported symbols, matches autotools behavior.
pull/7/head
Peter Wu
7 years ago
parent
0ef01e9650
commit
5e70712297
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CMakeLists.txt
+ 1
- 0
CMakeLists.txt
View File
@ -66,6 +66,7 @@ else()
if
(
NOT
IOS
)
add_definitions
(
"-Werror"
)
endif
(
)
add_definitions
(
"-fvisibility=hidden"
)
endif
(
)
configure_file
(
${
CMAKE_CURRENT_SOURCE_DIR
}
/config.h.cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config.h
)
Write
Preview
Loading…
Cancel
Save