Fixes after moving D3D12MemAlloc.h to include/

See #26
This commit is contained in:
Adam Sawicki 2021-11-24 11:54:33 +01:00
parent 49b1affe9b
commit dcac3b451d
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@ set_target_properties(
CXX_STANDARD 14
CXX_STANDARD_REQUIRED ON
OUTPUT_NAME "d3d12ma"
OUTPUT_NAME "D3D12MA"
)
target_link_libraries(D3D12MemoryAllocator PUBLIC

View File

@ -823,7 +823,7 @@ WARN_LOGFILE =
# spaces. See also FILE_PATTERNS and EXTENSION_MAPPING
# Note: If this tag is empty the current directory is searched.
INPUT = "@CMAKE_SOURCE_DIR@/src/D3D12MemAlloc.h"
INPUT = "@CMAKE_SOURCE_DIR@/include/D3D12MemAlloc.h"
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses