foxygit / doom Log in
commit db14d41dd7878e4008b31d84796930d861b1dd0f
Author:     Turo Lamminen <turol@iki.fi>
AuthorDate: Tue Jul 12 20:48:51 2022 +0300
Commit:     Turo Lamminen <turol@iki.fi>
CommitDate: Tue Jul 12 21:05:56 2022 +0300

    Add missing library SDL2::SDL2 to pcsound cmake build
---
 pcsound/CMakeLists.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pcsound/CMakeLists.txt b/pcsound/CMakeLists.txt
index 7988b8bd..06074430 100644
--- a/pcsound/CMakeLists.txt
+++ b/pcsound/CMakeLists.txt
@@ -8,4 +8,4 @@ add_library(pcsound STATIC
 target_include_directories(pcsound
                            INTERFACE "."
                            PRIVATE "${CMAKE_CURRENT_BINARY_DIR}/../")
-target_link_libraries(pcsound SDL2::mixer)
+target_link_libraries(pcsound SDL2::SDL2 SDL2::mixer)