diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 71bbe40..5874842 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -56,20 +56,7 @@ target_link_options(${PROJECT_NAME} PUBLIC set_target_properties(${PROJECT_NAME} PROPERTIES SUFFIX ".elf") -#target_link_options(${PROJECT_NAME} PRIVATE -static -nostartfiles -T "./linker_script.ld") -# The other "targets" are size, upload, debug, production, etc - -#if(NOT TARGET size) - -#if(NOT TARGET debug) - -#if(NOT TARGET production) - -#if(NOT TARGET upload) - -#endif() - - - -add_subdirectory(attic) +#add_subdirectory(attic) +add_subdirectory(ADC) +add_subdirectory(RegEdit)