mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-02-20 19:02:04 +00:00
remove obsolete config_win32.h from src/CMakeLists.txt
This commit is contained in:
parent
acf2395a41
commit
a8a7dba0df
1 changed files with 0 additions and 5 deletions
|
@ -108,11 +108,6 @@ if ( MIDISHARE_SUPPORT )
|
|||
endif ( MIDISHARE_SUPPORT )
|
||||
|
||||
set ( config_SOURCES ${CMAKE_BINARY_DIR}/config.h )
|
||||
if ( MSVC )
|
||||
set ( config_SOURCES
|
||||
${config_SOURCES}
|
||||
${CMAKE_BINARY_DIR}/config_win32.h )
|
||||
endif ( MSVC )
|
||||
|
||||
set ( libfluidsynth_SOURCES
|
||||
utils/fluid_conv.c
|
||||
|
|
Loading…
Reference in a new issue