CMake: Fix Linux build

This commit is contained in:
Connor McLaughlin
2021-01-11 03:18:30 +10:00
parent ce965e89ca
commit d23645e02f
3 changed files with 4 additions and 25 deletions

View File

@ -16,6 +16,9 @@ add_subdirectory(imgui)
add_subdirectory(simpleini)
add_subdirectory(tinyxml2)
set(LIBSAMPLERATE_ENABLE_SINC_BEST_CONVERTER OFF)
add_subdirectory(libsamplerate)
if(ENABLE_DISCORD_PRESENCE)
add_subdirectory(discord-rpc)
endif()