mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
use the postfix "_debug" in windows for debug builds
This commit is contained in:
parent
8cfcef3c90
commit
a41a16c602
1 changed files with 1 additions and 0 deletions
|
@ -134,6 +134,7 @@ if ( WIN32 )
|
||||||
set ( WINDOWS_LIBS "dsound;winmm;ws2_32" )
|
set ( WINDOWS_LIBS "dsound;winmm;ws2_32" )
|
||||||
set ( LIBFLUID_CPPFLAGS "-DFLUIDSYNTH_DLL_EXPORTS" )
|
set ( LIBFLUID_CPPFLAGS "-DFLUIDSYNTH_DLL_EXPORTS" )
|
||||||
set ( FLUID_CPPFLAGS "-DFLUIDSYNTH_NOT_A_DLL" )
|
set ( FLUID_CPPFLAGS "-DFLUIDSYNTH_NOT_A_DLL" )
|
||||||
|
set ( CMAKE_DEBUG_POSTFIX "_debug" )
|
||||||
# MinGW compiler (a Windows GCC port)
|
# MinGW compiler (a Windows GCC port)
|
||||||
if ( MINGW )
|
if ( MINGW )
|
||||||
set ( MINGW32 1 )
|
set ( MINGW32 1 )
|
||||||
|
|
Loading…
Reference in a new issue