Added stdc++ to fix compiling issues
This commit is contained in:
@@ -21,7 +21,7 @@ set(DISTFILES
|
||||
|
||||
add_executable(serialserver ${HEADERS} ${SOURCES} ${DISTFILES})
|
||||
|
||||
target_link_libraries(serialserver Qt5::Core Qt5::Network Qt5::SerialPort dbnetworklib)
|
||||
target_link_libraries(serialserver stdc++ Qt5::Core Qt5::Network Qt5::SerialPort dbnetworklib)
|
||||
|
||||
#list(TRANSFORM DISTFILES
|
||||
# PREPEND ${CMAKE_CURRENT_SOURCE_DIR}/)
|
||||
|
Reference in New Issue
Block a user