Merge pull request #8087 from spycrab/cmake_win2019

Support CMake on Windows
This commit is contained in:
spycrab
2019-05-14 21:07:26 +02:00
committed by GitHub
20 changed files with 217 additions and 33 deletions

View File

@ -17,6 +17,7 @@ add_library(videod3d
PerfQuery.h
Render.cpp
Render.h
SwapChain.cpp
VertexManager.cpp
VertexManager.h
VideoBackend.h

View File

@ -11,5 +11,4 @@ target_link_libraries(videod3dcommon
PUBLIC
common
videocommon
videod3dcommon
)