mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 06:26:02 -07:00
Change library name to cpp-httplib (#1854)
This commit is contained in:
parent
d44031615d
commit
67fd7e3d09
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue