Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/WolfireGames/overgrowth.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Danielsson <max@autious.net>2022-05-03 12:03:19 +0300
committerMax Danielsson <max@autious.net>2022-05-03 12:03:19 +0300
commit25dcc01377e2489828a22516f5943d923b98009f (patch)
tree623a90724719653398dbb2aefe8263b85ba8998d
parent9331cf67dd5125a2eda9189ceda64170c5af084d (diff)
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.
-rw-r--r--Projects/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)