From e1584570f4bce56635be58ada3d22512dd216aff Mon Sep 17 00:00:00 2001 From: Albin Johansson Date: Fri, 10 May 2024 01:35:18 +0200 Subject: [PATCH] Tweak core dependencies --- source/core/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/source/core/CMakeLists.txt b/source/core/CMakeLists.txt index 54da3c5980..c875f615af 100644 --- a/source/core/CMakeLists.txt +++ b/source/core/CMakeLists.txt @@ -16,7 +16,8 @@ target_include_directories(tactile-core PUBLIC "${PROJECT_SOURCE_DIR}/inc" - SYSTEM PRIVATE + SYSTEM PUBLIC + "${TACTILE_VENDOR_DIR}/centurion" "${TACTILE_VENDOR_DIR}/fontawesome" )