Added stdc++ to fix compiling issues

This commit is contained in:
2019-04-19 21:11:40 +02:00
parent 72e6b7523e
commit 6e7fe6809f

View File

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