From 19c8554bcc3338f7d764d3f185c8a11afb692582 Mon Sep 17 00:00:00 2001 From: Wohlstand Date: Wed, 15 Nov 2017 20:30:19 +0300 Subject: Fix linking of GenAdldata --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index db7b115..207b17a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -80,7 +80,7 @@ if(WITH_EMBEDDED_BANKS) ${libADLMIDI_SOURCE_DIR}/src/dbopl.cpp ) if(NOT MSVC) - target_link_libraries(gen_adldata pthread) + target_link_libraries(gen_adldata pthread m stdc++) endif() if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU" OR CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR -- cgit v1.2.3