mirror of
https://github.com/libretro/pcsx2.git
synced 2024-11-24 01:39:55 +00:00
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")
|
|
|