diff options
| author | Serge Zaitsev <zaitsev.serge@gmail.com> | 2017-10-02 16:20:13 +0300 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@users.noreply.github.com> | 2017-10-02 10:20:13 -0300 |
| commit | 5c69780f4bf67e26ed370cea39418b2d82df119e (patch) | |
| tree | baef2b425ca0dd7a5a266d7f631247ebc636bca6 /CMakeLists.txt | |
| parent | 802179520e2d464f87389e34699510927a4a0ab3 (diff) | |
add rtaudio c api wrappers (#98)
add rtaudio c api wrappers
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 812d4d3..54f8816 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -28,7 +28,7 @@ if (CMAKE_COMPILER_IS_GNUCXX) set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -Wall") endif (CMAKE_COMPILER_IS_GNUCXX) -set(rtaudio_SOURCES RtAudio.cpp) +set(rtaudio_SOURCES RtAudio.cpp rtaudio_c.cpp) set(LINKLIBS) if (CMAKE_SYSTEM_NAME MATCHES "kNetBSD.*|NetBSD.*") |
