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:
authorSergey Sharybin <sergey.vfx@gmail.com>2019-10-09 13:36:40 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2019-10-09 13:37:04 +0300
commitdecdd70dfd0704ceb38235880897f647dfcab5ac (patch)
tree08522b1ff62f62fabba668526763f94da29ca8c1 /build_files/build_environment/CMakeLists.txt
parent0ae6a8570ba44f357f1ae281000c98bb4115aba5 (diff)
Deps: Add libraries needed for Software GL
Only compiled on Linux.
Diffstat (limited to 'build_files/build_environment/CMakeLists.txt')
-rw-r--r--build_files/build_environment/CMakeLists.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/build_files/build_environment/CMakeLists.txt b/build_files/build_environment/CMakeLists.txt
index e7590727822..c7d8de22890 100644
--- a/build_files/build_environment/CMakeLists.txt
+++ b/build_files/build_environment/CMakeLists.txt
@@ -158,4 +158,9 @@ if(UNIX)
include(cmake/sqlite.cmake)
endif()
+if(UNIX AND NOT APPLE)
+ include(cmake/libglu.cmake)
+ include(cmake/mesa.cmake)
+endif()
+
include(cmake/harvest.cmake)