Updated Doxygen config and fix prefix lib glitch on MSVC

This commit is contained in:
JackCarterSmith 2021-10-19 19:53:08 +02:00
parent df4c637b94
commit 2517c3b265
Signed by: JackCarterSmith
GPG Key ID: DB362B740828F843
2 changed files with 382 additions and 194 deletions

View File

@ -1,6 +1,6 @@
# CMakeLists.txt
# Written by JackCarterSmith, 2020
# Written by JackCarterSmith, 2021
# This code is released under the RSE license.
cmake_minimum_required(VERSION 3.1)
@ -46,7 +46,7 @@ add_executable(rse-texture ${RSE_TEX_SRCS} ${RSE_TEX_HRDS})
set_target_properties(rse-texture PROPERTIES OUTPUT_NAME ${RSE_TEX_NAME})
if(MSVC)
# msvc does not append 'lib' - do it here to have consistent name
set_target_properties(rse-texture PROPERTIES PREFIX "lib")
#set_target_properties(rse-texture PROPERTIES PREFIX "lib")
set_target_properties(rse-texture PROPERTIES IMPORT_PREFIX "lib")
endif()
target_link_libraries(rse-texture ${ZLIB_LIBRARIES} ${PNG_LIBRARIES})

570
Doxyfile

File diff suppressed because it is too large Load Diff