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 7b2eb3c commit f607fc1Copy full SHA for f607fc1
CMakeLists.txt
@@ -168,6 +168,18 @@ if (TG_OWT_USE_X11)
168
link_x11(tg_owt)
169
endif()
170
171
+if (WIN32)
172
+ target_link_libraries(tg_owt
173
+ PRIVATE
174
+ d3d11
175
+ dwmapi
176
+ dxgi
177
+ iphlpapi
178
+ shcore
179
+ winmm
180
+ )
181
+endif()
182
+
183
function(add_sublibrary postfix)
184
add_library(tg_owt_${postfix} OBJECT)
185
init_feature_target(tg_owt_${postfix} ${postfix})
0 commit comments