Added stdc++ to fix compiling issues

This commit is contained in:
2019-04-19 21:24:49 +02:00
parent d111cc2e00
commit ba87655d80

View File

@@ -11,4 +11,4 @@ set(SOURCES
add_executable(tictactoe ${HEADERS} ${SOURCES})
target_link_libraries(tictactoe Qt5::Core)
target_link_libraries(tictactoe stdc++ Qt5::Core)