From 0719b3c1f876ca5cdb1f69a12c8ae63e47c35b80 Mon Sep 17 00:00:00 2001 From: Mizux Seiha Date: Wed, 1 Jul 2020 16:52:51 +0200 Subject: [PATCH] Add missing include directory When integrating it using FetchContent headers are still in differents source folders. note: At install they will be all merged to include/coin directory --- Osi/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Osi/CMakeLists.txt b/Osi/CMakeLists.txt index c9e2a99a..813a8cdd 100644 --- a/Osi/CMakeLists.txt +++ b/Osi/CMakeLists.txt @@ -45,6 +45,7 @@ set(_HDRS add_library(Osi ${_SRCS} ${_HDRS}) target_include_directories(Osi PUBLIC $ + $ $ $) target_compile_definitions(Osi