Added stdc++ to fix compiling issues
This commit is contained in:
@@ -11,4 +11,4 @@ set(SOURCES
|
|||||||
|
|
||||||
add_executable(tictactoe ${HEADERS} ${SOURCES})
|
add_executable(tictactoe ${HEADERS} ${SOURCES})
|
||||||
|
|
||||||
target_link_libraries(tictactoe Qt5::Core)
|
target_link_libraries(tictactoe stdc++ Qt5::Core)
|
||||||
|
Reference in New Issue
Block a user