From 0aaee459250c7d18f3cc0e3731cdc5ec7c1ac952 Mon Sep 17 00:00:00 2001 From: smathis Date: Wed, 17 Dec 2025 10:41:55 +0100 Subject: [PATCH] Fixed include paths --- CMakeLists.txt | 5 +++-- frontend/cfd950_scfe.cxx | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 61f5906..9cfab31 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,8 +60,9 @@ set_property( target_include_directories( cfd950 - PUBLIC - ${CMAKE_CURRENT_SOURCE_DIR} + PUBLIC + $ + $ ) target_link_libraries( diff --git a/frontend/cfd950_scfe.cxx b/frontend/cfd950_scfe.cxx index 8d268b5..be0da16 100644 --- a/frontend/cfd950_scfe.cxx +++ b/frontend/cfd950_scfe.cxx @@ -16,7 +16,7 @@ #include "mfe.h" #include "class/generic.h" -#include "device/cfd950.h" +#include "cfd950.h" #include "bus/null.h" //-- Globals -------------------------------------------------------