mirror of
https://github.com/mutouyun/cpp-ipc.git
synced 2025-12-06 16:56:45 +08:00
Add PACKAGE_VERSION
This commit is contained in:
parent
c4280efd5f
commit
144b2db9ca
@ -1,5 +1,7 @@
|
||||
project(ipc)
|
||||
|
||||
set (PACKAGE_VERSION 1.3.0)
|
||||
|
||||
aux_source_directory(${LIBIPC_PROJECT_DIR}/src/libipc SRC_FILES)
|
||||
aux_source_directory(${LIBIPC_PROJECT_DIR}/src/libipc/sync SRC_FILES)
|
||||
aux_source_directory(${LIBIPC_PROJECT_DIR}/src/libipc/platform SRC_FILES)
|
||||
@ -34,7 +36,7 @@ set_target_properties(${PROJECT_NAME}
|
||||
# set version
|
||||
set_target_properties(${PROJECT_NAME}
|
||||
PROPERTIES
|
||||
VERSION 1.2.0
|
||||
VERSION ${PACKAGE_VERSION}
|
||||
SOVERSION 3)
|
||||
|
||||
target_include_directories(${PROJECT_NAME}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user