mirror of
https://github.com/RetroDECK/Duckstation.git
synced 2024-11-22 13:55:38 +00:00
7 lines
152 B
CMake
7 lines
152 B
CMake
add_library(d3d12ma
|
|
include/D3D12MemAlloc.h
|
|
src/D3D12MemAlloc.cpp
|
|
)
|
|
|
|
target_include_directories(d3d12ma PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|