Change library name to cpp-httplib

This commit is contained in:
Jiwoo Park 2024-06-11 02:03:17 +09:00
parent d44031615d
commit 86c33aee01
No known key found for this signature in database
GPG Key ID: 51587A179B46B428

View File

@ -194,6 +194,7 @@ if(HTTPLIB_COMPILE)
PROPERTIES
VERSION ${${PROJECT_NAME}_VERSION}
SOVERSION "${${PROJECT_NAME}_VERSION_MAJOR}.${${PROJECT_NAME}_VERSION_MINOR}"
OUTPUT_NAME cpp-httplib
)
else()
# This is for header-only.