From 2753959ed7165a2e5b9bb5421fd6b3b744817402 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Wed, 24 Apr 2019 14:39:31 +1000 Subject: Cleanup: sort CMake include paths --- source/blender/blenfont/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenfont/CMakeLists.txt') diff --git a/source/blender/blenfont/CMakeLists.txt b/source/blender/blenfont/CMakeLists.txt index e16ff10c76d..ba8697a44b6 100644 --- a/source/blender/blenfont/CMakeLists.txt +++ b/source/blender/blenfont/CMakeLists.txt @@ -25,11 +25,11 @@ set(INC ../blentranslation ../editors/include ../gpu + ../imbuf ../makesdna ../makesrna - ../imbuf - ../../../intern/guardedalloc ../../../intern/glew-mx + ../../../intern/guardedalloc ) set(INC_SYS -- cgit v1.2.3