Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Eisel <eiseljulian@gmail.com>2020-01-24 13:17:43 +0300
committerJulian Eisel <eiseljulian@gmail.com>2020-01-24 13:17:43 +0300
commit2f6ebe1b999f479d944e04b2e6546ed2f48b3ee5 (patch)
treee7a3ccb214efc4ed236ee7df3da186ea59159753 /intern/ghost/CMakeLists.txt
parent4332e2b5fb4b82f69035932798866afdca5fee52 (diff)
parentc7068347494dc8ba885aa1746860ceb5ee2fbde3 (diff)
Merge branch 'temp-openxr-buildstuff' into temp-openxr-directx
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 4779ca6d306..c4f1efe1580 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -112,6 +112,9 @@ if(WITH_INPUT_NDOF)
list(APPEND INC_SYS
${NDOF_INCLUDE_DIRS}
)
+ list(APPEND LIB
+ ${NDOF_LIBRARIES}
+ )
endif()
if(WITH_HEADLESS OR WITH_GHOST_SDL)
@@ -141,6 +144,11 @@ if(WITH_HEADLESS OR WITH_GHOST_SDL)
list(APPEND INC_SYS
${SDL_INCLUDE_DIR}
)
+ if(NOT WITH_SDL_DYNLOAD)
+ list(APPEND LIB
+ ${SDL_LIBRARY}
+ )
+ endif()
endif()
elseif(APPLE AND NOT WITH_X11)