From 2114ea951d728527ff5e833030d717c635b51821 Mon Sep 17 00:00:00 2001 From: John Glover Date: Fri, 14 Jun 2013 10:45:41 +0200 Subject: Add real-time harmonic synthesis example (C++) --- examples/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 examples/CMakeLists.txt (limited to 'examples/CMakeLists.txt') diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt new file mode 100644 index 0000000..df905b8 --- /dev/null +++ b/examples/CMakeLists.txt @@ -0,0 +1,4 @@ +cmake_minimum_required(VERSION 2.6) +project(rtharmonicsynthesis) +add_executable(rtharmonicsynthesis rtharmonicsynthesis.cpp) +target_link_libraries(rtharmonicsynthesis simpl portaudio) -- cgit v1.2.3