CMakeLists.txt 184 B

123456789
  1. target_sources(WebRTCLib
  2. PRIVATE
  3. D3D12Constants.h
  4. D3D12GraphicsDevice.cpp
  5. D3D12GraphicsDevice.h
  6. D3D12ResourceFootprint.h
  7. D3D12Texture2D.cpp
  8. D3D12Texture2D.h
  9. )