mirror of
https://github.com/ZDoom/gzdoom-gles.git
synced 2024-11-10 14:51:46 +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")
|
||||
#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.
|
||||
if (CMAKE_COMPILER_IS_GNUCXX)
|
||||
check_cxx_compiler_flag (-fvisibility=hidden __LIBGME_TEST_VISIBILITY)
|
||||
|
|
Loading…
Reference in a new issue