From 69f40808390a4a761e414daebbfbeeacae342871 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Sun, 3 Jan 2016 15:07:30 +0500 Subject: Re-organize structure of GLog/GFlags CMake libraries The idea is to split them into two separate targets and have dedicated include directories list for each of them in order to avoid some annoying include header modifications in comparison with upstream. Reviewers: campbellbarton, juicyfruit Differential Revision: https://developer.blender.org/D1706 --- source/blenderplayer/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blenderplayer') diff --git a/source/blenderplayer/CMakeLists.txt b/source/blenderplayer/CMakeLists.txt index deb702f005c..c4ae82cf1aa 100644 --- a/source/blenderplayer/CMakeLists.txt +++ b/source/blenderplayer/CMakeLists.txt @@ -175,6 +175,7 @@ endif() extern_wcwidth extern_libmv extern_glog + extern_gflags extern_sdlew ) -- cgit v1.2.3