diff options
| author | Stephen Sinclair <radarsat1@gmail.com> | 2018-07-14 19:37:40 -0400 |
|---|---|---|
| committer | Stephen Sinclair <radarsat1@gmail.com> | 2018-07-14 19:37:40 -0400 |
| commit | ecafdd6f4189aa718b98292bd3dd4ef568be606b (patch) | |
| tree | 8564a1b1b9e7c3d5b04a5dbaa9edf1eb2022dfb0 | |
| parent | 9802c1285962f4bb187ee280a21908dc134083d0 (diff) | |
cmake: forgot the C API!
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 80e9b3a..9e4060a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -86,7 +86,7 @@ file(STRINGS "${CMAKE_CURRENT_SOURCE_DIR}/configure.ac" CONFIGAC string(REGEX REPLACE ${R} "\\1" PACKAGE_VERSION ${CONFIGAC}) # Init variables -set(rtaudio_SOURCES RtAudio.cpp RtAudio.h) +set(rtaudio_SOURCES RtAudio.cpp RtAudio.h rtaudio_c.cpp rtaudio_c.h) set(LINKLIBS) set(PKGCONFIG_REQUIRES) set(API_DEFS) |
