mirror of https://github.com/PCSX2/pcsx2.git
8 lines
165 B
CMake
8 lines
165 B
CMake
|
add_library(D3D12MemAlloc
|
||
|
include/D3D12MemAlloc.h
|
||
|
src/D3D12MemAlloc.cpp
|
||
|
)
|
||
|
|
||
|
target_include_directories(D3D12MemAlloc PUBLIC "${CMAKE_CURRENT_SOURCE_DIR}/include")
|
||
|
|