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:
authorSybren A. Stüvel <sybren@blender.org>2022-04-25 15:25:32 +0300
committerSybren A. Stüvel <sybren@blender.org>2022-04-25 15:26:42 +0300
commit7c55a7ccca9b22da2fb213a3903963277968a46f (patch)
tree4b27433adc7708e84a3985b102468ade59fe05d6 /build_files
parentb4a4004fb15fd7952bcd8348f299f6103dea35fb (diff)
CMake: add harvesting of `fmt` library
The library was built with `make deps`, but not installed. Now it is.
Diffstat (limited to 'build_files')
-rw-r--r--build_files/build_environment/cmake/harvest.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/build_files/build_environment/cmake/harvest.cmake b/build_files/build_environment/cmake/harvest.cmake
index 2e23c23998a..6bd8767d6ad 100644
--- a/build_files/build_environment/cmake/harvest.cmake
+++ b/build_files/build_environment/cmake/harvest.cmake
@@ -71,6 +71,8 @@ harvest(imath/include imath/include "*.h")
harvest(imath/lib imath/lib "*.a")
harvest(ffmpeg/include ffmpeg/include "*.h")
harvest(ffmpeg/lib ffmpeg/lib "*.a")
+harvest(fmt/include fmt/include "*.h")
+harvest(fmt/lib fmt/lib "*.a")
harvest(fftw3/include fftw3/include "*.h")
harvest(fftw3/lib fftw3/lib "*.a")
harvest(flac/lib sndfile/lib "libFLAC.a")