- Game-Music-Emu: Merge commits dfffd2b and 2cbb70f.

Commit titles:
dfffd2b - 'Hide the GCC visibility option to non-GCC compilers.'
2cbb70f - 'Merged in edward_san/game-music-emu (pull request #3)'
This commit is contained in:
Edoardo Prezioso 2016-12-16 22:05:45 +01:00 committed by Christoph Oelckers
parent dd92587841
commit b515a034f6
1 changed files with 3 additions and 3 deletions

View File

@ -104,10 +104,10 @@ if (CMAKE_COMPILER_IS_GNUCXX)
endif()
endif()
endif() # test visibility
endif()
# Cache this result
set( LIBGME_HAVE_GCC_VISIBILITY ${ENABLE_VISIBILITY} CACHE BOOL "GCC support for hidden visibility")
# Cache this result
set( LIBGME_HAVE_GCC_VISIBILITY ${ENABLE_VISIBILITY} CACHE BOOL "GCC support for hidden visibility")
endif()
# Shared library defined here
add_subdirectory(gme)