summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)Author
2022-04-13Fix library path variable for cmake FindALSADan Grahelj
2021-11-14[cmake, meson] Fix library ABI version for CMake and Meson builds.Stephen Sinclair
2021-11-14Add comments to CMakeLists.txt about RTAUDIO_STATIC_MSVCRT.Stephen Sinclair
2021-08-15Merge pull request #310 from albestro/alby/fix_cmake_packaginggaryscavone
2021-08-12cmake: fix check for OSSStephen Sinclair
2021-08-12[Pkg-Config] Add Lib flags for linking RtAudio statically with CoreAudioNils Tonnätt
2021-08-07fix headers management and installationAlberto Invernizzi
2020-06-07cmake: fix call to string(REGEX REPLACE..Stephen Sinclair
2020-06-07cmake: require version 3.10Stephen Sinclair
2020-06-07cmake: Remove policy CMP0042 OLD, closes #253.Stephen Sinclair
2020-06-04automake, cmake: Require C++11.Stephen Sinclair
2020-06-04Add CMake option to pick between static/DLL MSVC runtimenyanpasu64
2020-04-30cmake: fix MD/MT flags for static build on MSVCStephen Sinclair
2020-04-28cmake: use CMakePackageConfigHelpersStephen Sinclair
2020-04-28cmake: make interface include dir same as installed include dirStephen Sinclair
2020-03-26Adjust CMake public header installs to match autotoolsJason Francis
2020-02-24Downgrade required CMake version to 3.5.Stephen Sinclair
2020-01-13CMake: fix Windows detectionStephen Sinclair
2019-04-16[cmake] support previous RTAUDIO_BUILD_* variablesStephen Sinclair
2019-04-16[cmake] expose some standard CMake optionsStephen Sinclair
2019-03-26Update CMakeLists.txtFrancesco Bertolaccini
2019-02-25Changes to CMakeLists to make use with add_subdirectory easier.Stephen Sinclair
2019-02-24Check for '#if defined( WIN32 )' in test appsMarcus Tomlinson
2019-02-24Fix CMake VS buildMarcus Tomlinson
2018-11-15CMakeLists.txt: only change include in WASAPIsonoro1234
2018-11-15CMakeLists: avoid include error: C:\luaGL\gitsources\luaRtAudio\rtaudio\RtAud...sonoro1234
2018-10-16Merge remote-tracking branch 'upstream/pr/136'Stephen Sinclair
2018-10-16Merge remote-tracking branch 'upstream/pr/159'Stephen Sinclair
2018-10-12Merge branch 'master' of https://github.com/thestk/rtaudioMarcus Tomlinson
2018-10-02Use current directory.Benjamin Brown
2018-09-28Fix mingw32 WASAPI buildMarcus Tomlinson
2018-08-15automake: Fix rtaudio.pc prefix variableStephen Sinclair
2018-08-09enable selective exports in CMake buildsJP Cimalando
2018-07-14cmake: forgot the C API!Stephen Sinclair
2018-07-14cmake: make CMakeLists.txt more similar to RtMidi'sStephen Sinclair
2018-07-14cmake: Flatten API config logic, complete missing rtaudio.pc fieldsStephen Sinclair
2018-06-07avoid cmake error: "install Library TARGETS given no DESTINATION!"sonoro1234
2018-04-30fix cmake build system missing variables in pkgconfigClaudio Cabral
2017-10-18fixed cmake install error : rtaudio.pc errorbejuryu
2017-10-02add rtaudio c api wrappers (#98)Serge Zaitsev
2017-08-22Add CMake install targetsStephen Sinclair
2017-04-14Pulseaudio backend also needs pthreadssudden6
2015-09-22Add ALSA include directories to fix compile on some systems.Berkus Decker
2015-09-22Disable policy change for cmake 3.0Berkus Decker
2014-05-07Removed add_defines line for ALSA from CMakeLists.txt file, as it does not se...Gary Scavone
2014-04-24Bug fix in Core, Jack, ASIO, and DS for internal draining in INPUT mode only;...Gary Scavone
2014-04-15Updates to WASAPI API to support MinGW compile.Gary Scavone
2014-04-10Update to CMake file for WASAPI; documentation update for CMake; finalized da...4.1.0Gary Scavone
2014-02-04Build test programs.Berkus
2014-02-04Set some flags depending on compiler and environment.Berkus