From 99bd021ac4ec2b1822ef7d3d06ed984f37d16bec Mon Sep 17 00:00:00 2001 From: Antoine Beauchamp Date: Wed, 2 Aug 2023 18:07:32 -0400 Subject: [PATCH] Updated CMakeLists.txt based on new examples. --- CMakeLists.txt | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index d872bf8..1e51d78 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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() \ No newline at end of file