From 536c8b0f6619afdafd2f8bc2f893a08fbfd07875 Mon Sep 17 00:00:00 2001 From: Ricardas Jonaitis Date: Fri, 26 Apr 2024 15:12:02 +0300 Subject: [PATCH] Fix build includes --- src/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 9be62961..24fec336 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -112,6 +112,8 @@ if(ENABLE_LIBRARY) target_include_directories( ${MAIN_LIBRARY_NAME} INTERFACE $ + $ + $ $) if(BUILD_SHARED_LIBS)