mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-24 14:49:42 -06:00
Merge pull request #8087 from spycrab/cmake_win2019
Support CMake on Windows
This commit is contained in:
@ -17,6 +17,7 @@ add_library(videod3d
|
||||
PerfQuery.h
|
||||
Render.cpp
|
||||
Render.h
|
||||
SwapChain.cpp
|
||||
VertexManager.cpp
|
||||
VertexManager.h
|
||||
VideoBackend.h
|
||||
|
@ -11,5 +11,4 @@ target_link_libraries(videod3dcommon
|
||||
PUBLIC
|
||||
common
|
||||
videocommon
|
||||
videod3dcommon
|
||||
)
|
||||
|
Reference in New Issue
Block a user