Merge pull request #60 from bmarques1995/master

Update CMakeLists.txt
This commit is contained in:
Adam Sawicki 2023-10-11 09:52:20 +02:00 committed by GitHub
commit 5cb534cf9b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -44,7 +44,10 @@ if(BUILD_SHARED_LIBS)
)
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")
if(D3D12MA_BUILD_SAMPLE)