Веб-сайт самохостера Lotigara

summaryrefslogtreecommitdiff
path: root/source/CMakeLists.txt
diff options
context:
space:
mode:
authorKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 13:36:16 +1000
committerKae <80987908+Novaenia@users.noreply.github.com>2024-08-03 13:36:16 +1000
commitbef86811c9a08711b45523193b2ac7c13850f8c6 (patch)
tree9f9218b4b4443034069ad3f37e5d5e42da057cdb /source/CMakeLists.txt
parent4f511c2aaae9d2d32e53b4590e841c00fab6164b (diff)
revert libsamplerate addition
sadge
Diffstat (limited to 'source/CMakeLists.txt')
-rw-r--r--source/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
index cdd32f1..d13d59d 100644
--- a/source/CMakeLists.txt
+++ b/source/CMakeLists.txt
@@ -486,11 +486,9 @@ set(STAR_EXT_LIBS ${STAR_EXT_LIBS}
)
if(STAR_BUILD_GUI)
- find_package(SampleRate CONFIG REQUIRED)
find_package(SDL2 CONFIG REQUIRED)
set(STAR_EXT_GUI_LIBS
- SampleRate::samplerate
$<TARGET_NAME_IF_EXISTS:SDL2::SDL2main>
$<IF:$<TARGET_EXISTS:SDL2::SDL2>,SDL2::SDL2,SDL2::SDL2-static>
)