remove obsolete config_win32.h from src/CMakeLists.txt

This commit is contained in:
derselbst 2017-11-15 10:12:13 +01:00
parent acf2395a41
commit a8a7dba0df

View file

@ -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