[A] Added library version to build
This commit is contained in:
parent
b920188d98
commit
217d66ac33
@ -8,6 +8,10 @@ target_include_directories(fort
|
|||||||
${CMAKE_CURRENT_SOURCE_DIR}
|
${CMAKE_CURRENT_SOURCE_DIR}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
set_target_properties(fort
|
||||||
|
PROPERTIES VERSION 0.1.1
|
||||||
|
SOVERSION 0.1)
|
||||||
|
|
||||||
if(FORT_HAVE_WCHAR)
|
if(FORT_HAVE_WCHAR)
|
||||||
target_compile_definitions(fort
|
target_compile_definitions(fort
|
||||||
PRIVATE
|
PRIVATE
|
||||||
|
@ -46,8 +46,8 @@ SOFTWARE.
|
|||||||
|
|
||||||
#define LIBFORT_MAJOR_VERSION 0
|
#define LIBFORT_MAJOR_VERSION 0
|
||||||
#define LIBFORT_MINOR_VERSION 1
|
#define LIBFORT_MINOR_VERSION 1
|
||||||
#define LIBFORT_REVISION 0
|
#define LIBFORT_REVISION 1
|
||||||
#define LIBFORT_VERSION_STR "0.1.0"
|
#define LIBFORT_VERSION_STR "0.1.1"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
@ -46,8 +46,8 @@ SOFTWARE.
|
|||||||
|
|
||||||
#define LIBFORT_MAJOR_VERSION 0
|
#define LIBFORT_MAJOR_VERSION 0
|
||||||
#define LIBFORT_MINOR_VERSION 1
|
#define LIBFORT_MINOR_VERSION 1
|
||||||
#define LIBFORT_REVISION 0
|
#define LIBFORT_REVISION 1
|
||||||
#define LIBFORT_VERSION_STR "0.1.0"
|
#define LIBFORT_VERSION_STR "0.1.1"
|
||||||
|
|
||||||
|
|
||||||
/*****************************************************************************
|
/*****************************************************************************
|
||||||
|
Loading…
Reference in New Issue
Block a user