Replace convertBufferWasapi() calls with renderResampler->Convert()
[rtaudio-cdist.git] / CMakeLists.txt
index 80e9b3abb8b5d2b7984958ac49c5dab056100e98..9e4060a0064d8af7a296e754e337e03f02b7aa7f 100644 (file)
@@ -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)