Skip to content

Commit

Permalink
Updated CMakeLists.txt based on new examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
end2endzone committed Aug 2, 2023
1 parent 57233f4 commit 99bd021
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,14 @@ add_custom_command(
##############################################################################################################################################
if(ANYRTTTL_BUILD_EXAMPLES)
add_example("Basic")
add_example("BlockingProgramMemoryRtttl")
add_example("BlockingRtttl")
add_example("BlockingWithNonBlocking")
add_example("NonBlockingDemo")
add_example("NonBlockingInterruptedDemo")
add_example("NonBlockingProgramMemoryRtttl")
add_example("NonBlockingRtttl")
add_example("NonBlockingStopBeforeEnd")
add_example("Play10Bits")
add_example("Play16Bits")
add_example("ProgramMemoryRtttl")
add_example("Rtttl2Code")
endif()

0 comments on commit 99bd021

Please sign in to comment.