mirror of
https://github.com/ZDoom/qzdoom.git
synced 2024-11-24 13:01:47 +00:00
- Game-Music-Emu: Merge and change commits 9bb5ad7, bc0a473 and 2018c1b.
Commit titles: 9bb5ad7 - 'Add filename param to demo app.' bc0a473 - 'Allow building a static library (-DLIBTYPE=STATIC)' 2018c1b - 'Merged in lachs0r/game-music-emu (pull request #1)' Change: ZDoom doesn't need the shared library, so disable it always.
This commit is contained in:
parent
05e77303bf
commit
287fc513a2
1 changed files with 3 additions and 0 deletions
|
@ -79,6 +79,9 @@ set( CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${ZD_FASTMATH_FLAG}" )
|
||||||
SET(USE_GME_NSF 1 BOOL "Enable NES NSF music emulation")
|
SET(USE_GME_NSF 1 BOOL "Enable NES NSF music emulation")
|
||||||
#endif()
|
#endif()
|
||||||
|
|
||||||
|
# [ZDoom] Set always to OFF.
|
||||||
|
set(BUILD_SHARED_LIBS 0 BOOL "Build shared library (set to OFF for static library)")
|
||||||
|
|
||||||
# Check for GCC "visibility" support.
|
# Check for GCC "visibility" support.
|
||||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||||
check_cxx_compiler_flag (-fvisibility=hidden __LIBGME_TEST_VISIBILITY)
|
check_cxx_compiler_flag (-fvisibility=hidden __LIBGME_TEST_VISIBILITY)
|
||||||
|
|
Loading…
Reference in a new issue