From b92d777d16c34e8b06a61061cbb4ce5eacf23fe0 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Thu, 18 Apr 2019 12:10:08 +0200 Subject: Fix compilation error when using SDL dynamic loading --- intern/audaspace/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt index 7baaf301f6c..1972a5fc94c 100644 --- a/intern/audaspace/CMakeLists.txt +++ b/intern/audaspace/CMakeLists.txt @@ -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) -- cgit v1.2.3