Skip to content

Commit

Permalink
🎨 Bring demo/cmake cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Khalil Estell authored and kammce committed Aug 22, 2023
1 parent c18032a commit dc49f6c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion demos/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ foreach(demo IN LISTS DEMOS)
add_executable(${current_project} applications/${demo}.cpp)
target_include_directories(${current_project} PUBLIC .)
target_compile_features(${current_project} PRIVATE cxx_std_20)
target_link_options(${current_project} PRIVATE --oslib=semihost --crt0=minimal)
target_link_options(${current_project} PRIVATE
--oslib=semihost --crt0=minimal)
target_link_libraries(${current_project} PRIVATE
libhal::${platform_library}
libhal::freertos
Expand Down

0 comments on commit dc49f6c

Please sign in to comment.