Skip to content

Commit

Permalink
add dxgi.lib to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
TTENSHII committed Oct 6, 2023
1 parent fbc182e commit eb34b5b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ target_link_libraries(
${PROJECT_NAME}
PRIVATE
d3d12.lib
dxgi.lib
)

add_subdirectory(src)
Expand Down

0 comments on commit eb34b5b

Please sign in to comment.