Perfect version information
Signed-off-by: Jianhui Zhao <jianhuizhao329@gmail.com>main
parent
6ef276ed77
commit
9cc3836868
|
@ -74,7 +74,7 @@ if(NOT UHTTP_DISABLE_SSL)
|
|||
endif()
|
||||
|
||||
add_library(uhttp SHARED ${SOURCE_FILES})
|
||||
set_target_properties(uhttp PROPERTIES VERSION ${UHTTP_VERSION_MAJOR}.${UHTTP_VERSION_MINOR})
|
||||
set_target_properties(uhttp PROPERTIES VERSION ${UHTTP_VERSION_MAJOR}.${UHTTP_VERSION_MINOR}.${UHTTP_VERSION_PATCH})
|
||||
target_link_libraries(uhttp ${EXTRA_LIBS})
|
||||
|
||||
# configure a header file to pass some of the CMake settings to the source code
|
||||
|
|
Loading…
Reference in New Issue