Fix compilation error when using SDL dynamic loading

This commit is contained in:
Sergey Sharybin
2019-04-18 12:10:08 +02:00
parent 3bc73c1b61
commit b92d777d16

View File

@@ -45,6 +45,11 @@ if(NOT WITH_SYSTEM_AUDASPACE)
list(APPEND LIB
audaspace
)
if(WITH_SDL_DYNLOAD)
list(APPEND LIB
extern_sdlew
)
endif()
endif()
if(WITH_PYTHON)