We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ebd63 commit 57a6845Copy full SHA for 57a6845
CMakeLists.txt
@@ -105,6 +105,9 @@ target_include_directories(${PROJECT_NAME} PUBLIC
105
${SOURCE_DIR}
106
${SOURCE_DIR}/examples
107
)
108
+if(IMGUI_IMPL_DX12 AND NOT IMGUI_STATIC_LIBRARY)
109
+ target_link_libraries(${PROJECT_NAME} PUBLIC d3d12)
110
+endif()
111
112
113
##################################################################################################################
0 commit comments