- fix POSIX includes

This commit is contained in:
Christoph Oelckers 2020-01-08 00:34:17 +01:00
parent b8ac5aea84
commit cfc057bf37
1 changed files with 1 additions and 1 deletions

View File

@ -537,7 +537,7 @@ elseif( APPLE )
set_source_files_properties( platform/posix/osx/${PROJECT_NAME}.icns PROPERTIES MACOSX_PACKAGE_LOCATION Resources )
set_source_files_properties( platform/posix/osx/iwadpicker_cocoa.mm PROPERTIES COMPILE_FLAGS -fobjc-exceptions )
else()
set( SYSTEM_SOURCES_DIR platform/posix platform/posix/sdl )
set( SYSTEM_SOURCES_DIR platform/posix/sdl )
set( SYSTEM_SOURCES ${PLAT_POSIX_SOURCES} ${PLAT_SDL_SOURCES} ${PLAT_UNIX_SOURCES} )
set( OTHER_SYSTEM_SOURCES ${PLAT_WIN32_SOURCES} ${PLAT_OSX_SOURCES} ${PLAT_COCOA_SOURCES} )
endif()