mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- 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:
parent
dd92587841
commit
b515a034f6
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue