From e165d808f75d43dfea14ee825559d3896313afb7 Mon Sep 17 00:00:00 2001 From: FilippoR Date: Mon, 21 Apr 2025 20:01:03 +0200 Subject: [PATCH] App: cmake: add missing Coin_INCLUDE_DIR after #20487 (#20863) --- src/App/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/App/CMakeLists.txt b/src/App/CMakeLists.txt index 4fde2629a3..6230c42755 100644 --- a/src/App/CMakeLists.txt +++ b/src/App/CMakeLists.txt @@ -74,6 +74,7 @@ endif() include_directories( ${QtCore_INCLUDE_DIRS} ${QtXml_INCLUDE_DIRS} + ${Coin_INCLUDE_DIR} ) list(APPEND FreeCADApp_LIBS ${QtCore_LIBRARIES}