diff options
author | Vitaly Novichkov <Wohlstand@users.noreply.github.com> | 2018-12-16 22:20:48 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-16 22:20:48 +0300 |
commit | 657c48c65cb312e6513a21696bec589cad03aa01 (patch) | |
tree | 199ba745257368269416fe8416f9f41b834cb2da /examples/sdl2_audio | |
parent | 7babcc0b2c91ace40a74154790f4e9f461e91c59 (diff) | |
parent | 16d2602e043eeb2398bb3be9bb4498228f221be1 (diff) | |
download | libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.tar.gz libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.tar.bz2 libADLMIDI-657c48c65cb312e6513a21696bec589cad03aa01.zip |
Merge pull request #198 from Flamefire/Cmake_Cleanup
CMake cleanup
Diffstat (limited to 'examples/sdl2_audio')
-rw-r--r-- | examples/sdl2_audio/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/sdl2_audio/CMakeLists.txt b/examples/sdl2_audio/CMakeLists.txt index 47924d0..4e0a76b 100644 --- a/examples/sdl2_audio/CMakeLists.txt +++ b/examples/sdl2_audio/CMakeLists.txt @@ -9,7 +9,7 @@ if(NOT MSVC) target_link_libraries(adlmidi_sdl2_demo PRIVATE pthread) endif() if(NOT WIN32) - target_link_libraries(adlmidi_sdl2_demo PRIVATE dl m stdc++) + target_link_libraries(adlmidi_sdl2_demo PRIVATE dl m) endif() if(TARGET ADLMIDI_shared) |