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. ####################################################################################################