summaryrefslogtreecommitdiff
path: root/examples/CMakeLists.txt
blob: df905b89d6682e16406f8100130b14a1b576b945 (plain)
1
2
3
4
cmake_minimum_required(VERSION 2.6)
project(rtharmonicsynthesis)
add_executable(rtharmonicsynthesis rtharmonicsynthesis.cpp)
target_link_libraries(rtharmonicsynthesis simpl portaudio)