We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6af628 commit 4ebc7beCopy full SHA for 4ebc7be
1 file changed
CMakeLists.txt
@@ -43,7 +43,10 @@ if (WIN32)
43
src/webview/win32_wv2.cpp
44
)
45
if (CMAKE_CXX_COMPILER STREQUAL "GNU")
46
+ message("Adding stdc++ as library")
47
target_link_libraries(webui stdc++)
48
+ else()
49
+ message("Not a windows GNU target")
50
endif()
51
52
0 commit comments