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:
authorAntonis Ryakiotakis <kalast@gmail.com>2022-01-24 22:28:05 +0300
committerAntonis Ryakiotakis <kalast@gmail.com>2022-01-24 22:28:05 +0300
commit173291bc6dd83ee65687b4a7bc9e9a7b4d3114c8 (patch)
tree56f34c528f3c6f6d290057ba9395408e28036305 /source/creator
parent1987c894e947890c7e055cc033ef7c2c3434d2b2 (diff)
building and running with ktx now works on windows. Loading/saving most likely still broken
Diffstat (limited to 'source/creator')
-rw-r--r--source/creator/CMakeLists.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/source/creator/CMakeLists.txt b/source/creator/CMakeLists.txt
index 0609b8fd792..8425c872d28 100644
--- a/source/creator/CMakeLists.txt
+++ b/source/creator/CMakeLists.txt
@@ -730,6 +730,14 @@ elseif(WIN32)
)
endif()
+ if(WITH_IMAGE_KTX AND WIN32)
+ install(
+ FILES ${KTX_LIBRARY_DLL}
+ DESTINATION "."
+ )
+ endif()
+
+
if(WITH_FFTW3)
install(
FILES ${LIBDIR}/fftw3/lib/libfftw3-3.dll