From 8471df9e9c40dd98e9dd86c45c03fbb796bb5ae2 Mon Sep 17 00:00:00 2001 From: kerem Date: Sun, 5 Mar 2023 14:28:16 +0100 Subject: [PATCH] added TODO inside CMakeLists.cmake + coments cleanup --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 5e03d13..bc5a2b8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -20,6 +20,8 @@ set(DOXYGEN_OUTPUT_DIR ${CMAKE_SOURCE_DIR}/env/doc) # -> in env/doc # -> in ked_build outside of the ked environment (prefered, as it includes also the users # project documentation +# idea -> creakte an override option in the projectConfig.cmake file to be able to define +# where and waht. set(PL "c") # Used programming language, we could maybe do a check. ####################################################################################################