Added stdc++ to fix compiling issues

This commit is contained in:
2019-04-19 21:47:24 +02:00
parent d5fcc5a688
commit dc69470762

View File

@@ -13,7 +13,7 @@ set(DISTFILES
add_executable(webserver ${HEADERS} ${SOURCES} ${DISTFILES})
target_link_libraries(webserver Qt5::Core dbcorelib webserverlib)
target_link_libraries(webserver stdc++ Qt5::Core dbcorelib webserverlib)
#list(TRANSFORM DISTFILES
# PREPEND ${CMAKE_CURRENT_SOURCE_DIR}/)