mirror of
https://github.com/vale981/arb
synced 2025-03-05 09:21:38 -05:00
Fix Arb DLL name
This commit is contained in:
parent
cd514cea7b
commit
360fc76291
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ target_compile_definitions(arb PRIVATE "ARB_BUILD_DLL")
|
|||
|
||||
set_target_properties(arb PROPERTIES VERSION ${ARB_VERSION} SOVERSION ${ARB_MAJOR})
|
||||
if(WIN32)
|
||||
set_target_properties(arb PROPERTIES RUNTIME_OUTPUT_NAME "arb-${LIBMAJOR}")
|
||||
set_target_properties(arb PROPERTIES RUNTIME_OUTPUT_NAME "arb-${ARB_MAJOR}")
|
||||
endif()
|
||||
|
||||
if(NOT MSVC)
|
||||
|
|
Loading…
Add table
Reference in a new issue