Added stdc++ to fix compiling issues

This commit is contained in:
2019-04-19 21:19:29 +02:00
parent d702e0cfe1
commit ec0f8802bb

View File

@@ -14,4 +14,4 @@ set(SOURCES
add_executable(radiodumper ${HEADERS} ${SOURCES})
target_link_libraries(radiodumper Qt5::Core Qt5::Network)
target_link_libraries(radiodumper stdc++ Qt5::Core Qt5::Network)