From f28829599f4f52537823f4cb537f1f770ddc88fa Mon Sep 17 00:00:00 2001 From: polymurph Date: Tue, 14 Jun 2022 19:09:12 +0200 Subject: [PATCH] added drivers as subdirectory --- ked/CMakeLists.txt | 1 + ked/drivers/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 ked/drivers/CMakeLists.txt diff --git a/ked/CMakeLists.txt b/ked/CMakeLists.txt index 7dff1e5..3a4e3c3 100644 --- a/ked/CMakeLists.txt +++ b/ked/CMakeLists.txt @@ -32,6 +32,7 @@ set(DRIVERS_DIR ${CMAKE_DRIVERS_DIR}/drivers) include(${PROJECT_DEFS}) add_subdirectory(utils) add_subdirectory(csl) +add_subdirectory(drivers) message("${BoldBlue}Project Info ${ColourReset}") message("${Blue} |--> Exec Name \t: ${EXECUTABLE} ${ColourReset}") diff --git a/ked/drivers/CMakeLists.txt b/ked/drivers/CMakeLists.txt new file mode 100644 index 0000000..5d23225 --- /dev/null +++ b/ked/drivers/CMakeLists.txt @@ -0,0 +1 @@ +# add_subdirectory(${CSL_USED})