package support
This commit is contained in:
parent
50c04116c8
commit
ef0673aa2b
@ -116,6 +116,9 @@ set_property(DIRECTORY PROPERTY CXX_STANDARD 11)
|
||||
#
|
||||
include (Config)
|
||||
|
||||
target_link_libraries(libYap m)
|
||||
|
||||
|
||||
set_target_properties(libYap
|
||||
PROPERTIES VERSION ${YAP_FULL_VERSION}
|
||||
SOVERSION ${YAP_MAJOR_VERSION}.${YAP_MINOR_VERSION}
|
||||
@ -537,4 +540,3 @@ macro_display_feature_log()
|
||||
if(POLICY CMP0058)
|
||||
cmake_policy(SET CMP0058 NEW)
|
||||
endif(POLICY CMP0058)
|
||||
|
||||
|
Reference in New Issue
Block a user