diff options
| author | Wohlstand <admin@wohlnet.ru> | 2017-11-15 20:30:19 +0300 |
|---|---|---|
| committer | Wohlstand <admin@wohlnet.ru> | 2017-11-15 20:30:19 +0300 |
| commit | 19c8554bcc3338f7d764d3f185c8a11afb692582 (patch) | |
| tree | 5dffc07db0f426d42d67fb0e5fd811cc3f4e07a1 | |
| parent | 506916b8f1667ebe0c4ec1a4d374466aad2b86e7 (diff) | |
| download | libADLMIDI-19c8554bcc3338f7d764d3f185c8a11afb692582.tar.gz libADLMIDI-19c8554bcc3338f7d764d3f185c8a11afb692582.tar.bz2 libADLMIDI-19c8554bcc3338f7d764d3f185c8a11afb692582.zip | |
Fix linking of GenAdldata
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
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 |