We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8691d81 commit bef8310Copy full SHA for bef8310
compat/CMakeLists.txt
@@ -54,6 +54,7 @@ endif (WIN32)
54
55
add_library(compat_incl INTERFACE)
56
add_library(compat OBJECT)
57
+set_target_properties(compat PROPERTIES LINKER_LANGUAGE CXX)
58
59
target_sources(compat PRIVATE ${CRASHPAD_COMPAT_LIBRARY_FILES})
60
target_link_libraries(compat PUBLIC util compat_incl)
0 commit comments