File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ target_link_libraries(${PROJECT_NAME} PRIVATE
4242 $<$<BOOL :${USE_EXTERNAL_LZ4} >:lz4::lz4>
4343)
4444
45- # set_target_properties(${PROJECT_NAME } PROPERTIES VERSION "${LIBVERSION}" SOVERSION "${LIBSOVERSION }")
45+ set_target_properties (${PROJECT } PROPERTIES VERSION ${REALSENSE_VERSION_STRING} SOVERSION "${REALSENSE_VERSION_MAJOR} . ${REALSENSE_VERSION_MINOR } " )
4646
4747set_target_properties (${PROJECT_NAME} PROPERTIES FOLDER Library)
4848
Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ add_library( ${PROJECT_NAME} "" )
88#target_link_libraries( ${PROJECT_NAME} PUBLIC nlohmann_json )
99target_compile_features ( ${PROJECT_NAME} PUBLIC cxx_std_14 )
1010set_target_properties ( ${PROJECT_NAME} PROPERTIES FOLDER Library )
11+ set_target_properties ( ${PROJECT_NAME} PROPERTIES VERSION ${REALSENSE_VERSION_STRING} SOVERSION "${REALSENSE_VERSION_MAJOR} .${REALSENSE_VERSION_MINOR} " )
1112
1213target_include_directories ( ${PROJECT_NAME}
1314 PUBLIC
You can’t perform that action at this time.
0 commit comments