aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorWohlstand <admin@wohlnet.ru>2017-11-16 01:52:10 +0300
committerWohlstand <admin@wohlnet.ru>2017-11-16 01:52:10 +0300
commit890decda21befba63f0eedfe4eaee76ae3394d7f (patch)
tree10fd1282979144f07d019823eea846ca719b4716 /CMakeLists.txt
parentd491f6ef69dea336f61fdadf79f431d12f0454f2 (diff)
parent8f8e2d023308f244831e37ff13158f9db7d023da (diff)
downloadlibADLMIDI-890decda21befba63f0eedfe4eaee76ae3394d7f.tar.gz
libADLMIDI-890decda21befba63f0eedfe4eaee76ae3394d7f.tar.bz2
libADLMIDI-890decda21befba63f0eedfe4eaee76ae3394d7f.zip
Merge branch 'master' of git@github.com:Wohlstand/libADLMIDI.git
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
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