removed commented out code
This commit is contained in:
parent
c4bc661f8b
commit
96b0a72533
1 changed files with 3 additions and 16 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue