From 25dcc01377e2489828a22516f5943d923b98009f Mon Sep 17 00:00:00 2001 From: Max Danielsson Date: Tue, 3 May 2022 11:03:19 +0200 Subject: Add freetype include folder to include_dirs to fix compile on linux build server target Without it it appears that the build system instead includes some other older freetype header that is incompatible. --- Projects/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Projects/CMakeLists.txt b/Projects/CMakeLists.txt index 54e421eb..240e455f 100644 --- a/Projects/CMakeLists.txt +++ b/Projects/CMakeLists.txt @@ -655,6 +655,7 @@ INCLUDE_DIRECTORIES( ${LIBDIR}/zstd-1.5.0/lib ${LIBDIR}/binn-3.0/src ${LIBDIR}/TheoraPlayer/Source + ${LIBDIR}/freetype-2.12.1/include ) IF(ENABLE_STEAMWORKS) -- cgit v1.2.3