From 503bd6745d9fb27d0ff7de7dc3248fad2bcd2695 Mon Sep 17 00:00:00 2001 From: smathis Date: Thu, 6 Nov 2025 16:48:27 +0100 Subject: [PATCH] Updated driver --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index cdc895b..b5c827a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -59,9 +59,13 @@ target_include_directories( cfd950 PUBLIC ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/device PRIVATE $ENV{MIDASSYS}/drivers $ENV{MIDASSYS}/include + # This is redundant if MIDASSYS =/ Midas repo, but needed if MIDAS has been + # installed in the repo directory, since the CMake file of MIDAS doesn't + # copy the headers into $ENV{MIDASSYS}/include in the latter case. $ENV{MIDASSYS}/include/mscb )