Skip to content

Commit 10dd2f0

Browse files
committed
also set CMAKE_VISIBILITY_INLINES_HIDDEN
1 parent 0b94c91 commit 10dd2f0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.13...3.19)
22

33
set(CMAKE_C_VISIBILITY_PRESET hidden)
44
set(CMAKE_CXX_VISIBILITY_PRESET hidden)
5+
set(CMAKE_VISIBILITY_INLINES_HIDDEN ON)
56

67
if (VCPKG_LIBSNDFILE)
78
list(APPEND VCPKG_MANIFEST_FEATURES "vcpkg-libsndfile")

thirdparty/game-music-emu/gme/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ set(libgme_SRCS Blip_Buffer.cpp
88
Effects_Buffer.cpp
99
Fir_Resampler.cpp
1010
gme.cpp
11+
gme.h
1112
Gme_File.cpp
1213
M3u_Playlist.cpp
1314
Multi_Buffer.cpp

0 commit comments

Comments
 (0)