Skip to content

Commit 4ebc7be

Browse files
committed
Some messages to see what's going on in the automatich compilation factory.
1 parent c6af628 commit 4ebc7be

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

CMakeLists.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,10 @@ if (WIN32)
4343
src/webview/win32_wv2.cpp
4444
)
4545
if (CMAKE_CXX_COMPILER STREQUAL "GNU")
46+
message("Adding stdc++ as library")
4647
target_link_libraries(webui stdc++)
48+
else()
49+
message("Not a windows GNU target")
4750
endif()
4851
endif()
4952

0 commit comments

Comments
 (0)