Fixes after moving D3D12MemAlloc.h to include/

See #26
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 70140a1..7bf39de 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -16,7 +16,7 @@
     CXX_STANDARD 14
     CXX_STANDARD_REQUIRED ON
 
-    OUTPUT_NAME "d3d12ma"
+    OUTPUT_NAME "D3D12MA"
 )
 
 target_link_libraries(D3D12MemoryAllocator PUBLIC
diff --git a/src/Doxyfile b/src/Doxyfile
index f8e969c..b7b0cbb 100644
--- a/src/Doxyfile
+++ b/src/Doxyfile
@@ -823,7 +823,7 @@
 # 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