diff --git a/demos/CMakeLists.txt b/demos/CMakeLists.txt index 740ac99..97768f7 100644 --- a/demos/CMakeLists.txt +++ b/demos/CMakeLists.txt @@ -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