Added stdc++ to fix compiling issues

This commit is contained in:
2019-04-19 21:13:59 +02:00
parent 5baa891f8c
commit 3d4247f16f

View File

@ -21,4 +21,4 @@ set(FORMS
add_executable(pathfinder ${HEADERS} ${SOURCES} ${FORMS})
target_link_libraries(pathfinder Qt5::Core Qt5::Gui Qt5::Widgets)
target_link_libraries(pathfinder stdc++ Qt5::Core Qt5::Gui Qt5::Widgets)