Updated Doxygen config and fix prefix lib glitch on MSVC
This commit is contained in:
parent
df4c637b94
commit
2517c3b265
@ -1,6 +1,6 @@
|
|||||||
# CMakeLists.txt
|
# CMakeLists.txt
|
||||||
|
|
||||||
# Written by JackCarterSmith, 2020
|
# Written by JackCarterSmith, 2021
|
||||||
# This code is released under the RSE license.
|
# This code is released under the RSE license.
|
||||||
|
|
||||||
cmake_minimum_required(VERSION 3.1)
|
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})
|
set_target_properties(rse-texture PROPERTIES OUTPUT_NAME ${RSE_TEX_NAME})
|
||||||
if(MSVC)
|
if(MSVC)
|
||||||
# msvc does not append 'lib' - do it here to have consistent name
|
# 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")
|
set_target_properties(rse-texture PROPERTIES IMPORT_PREFIX "lib")
|
||||||
endif()
|
endif()
|
||||||
target_link_libraries(rse-texture ${ZLIB_LIBRARIES} ${PNG_LIBRARIES})
|
target_link_libraries(rse-texture ${ZLIB_LIBRARIES} ${PNG_LIBRARIES})
|
||||||
|
Loading…
x
Reference in New Issue
Block a user