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:
Diffstat (limited to 'source/creator/CMakeLists.txt')
-rw-r--r--source/creator/CMakeLists.txt10
1 files changed, 6 insertions, 4 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index ac21bf5b21f..65df7ed7321 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -437,15 +437,15 @@ elseif(WIN32)
# )
if(WITH_PYTHON)
-
+ set_lib_path(PYLIB "python/lib")
install(
- FILES ${LIBDIR}/python/lib/python32.dll
+ FILES ${PYLIB}/python32.dll
DESTINATION ${TARGETDIR}
CONFIGURATIONS Release;RelWithDebInfo;MinSizeRel
)
install(
- FILES ${LIBDIR}/python/lib/python32_d.dll
+ FILES ${PYLIB}/python32_d.dll
DESTINATION ${TARGETDIR}
CONFIGURATIONS Debug
)
@@ -558,9 +558,10 @@ elseif(WIN32)
)
if(WITH_OPENIMAGEIO)
+ set_lib_path(OIIOBIN "openimageio/bin")
install(
FILES
- ${LIBDIR}/openimageio/bin/OpenImageIO.dll
+ ${OIIOBIN}/OpenImageIO.dll
DESTINATION ${TARGETDIR}
)
endif()
@@ -822,6 +823,7 @@ endif()
bf_blenfont
bf_intern_audaspace
bf_intern_mikktspace
+ bf_intern_dualcon
bf_intern_cycles
cycles_render
cycles_bvh