mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/D3D12MemoryAllocator.git
synced 2024-11-21 11:50:03 +00:00
Update CMakeLists.txt
moved install syntax to target expected destinations
This commit is contained in:
parent
7491beb381
commit
8655a87086
@ -44,7 +44,10 @@ if(BUILD_SHARED_LIBS)
|
|||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
install(TARGETS D3D12MemoryAllocator DESTINATION "lib")
|
install(TARGETS D3D12MemoryAllocator
|
||||||
|
RUNTIME DESTINATION "bin"
|
||||||
|
ARCHIVE DESTINATION "lib"
|
||||||
|
LIBRARY DESTINATION "lib")
|
||||||
install(FILES "${PROJECT_SOURCE_DIR}/include/D3D12MemAlloc.h" DESTINATION "include")
|
install(FILES "${PROJECT_SOURCE_DIR}/include/D3D12MemAlloc.h" DESTINATION "include")
|
||||||
|
|
||||||
if(D3D12MA_BUILD_SAMPLE)
|
if(D3D12MA_BUILD_SAMPLE)
|
||||||
|
Loading…
Reference in New Issue
Block a user