Skip to content

Commit

Permalink
add .so version number
Browse files Browse the repository at this point in the history
  • Loading branch information
david-cortes committed Apr 30, 2024
1 parent 6ee2699 commit 636d673
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ target_link_libraries(cmfrec PUBLIC ${union_list})

# Public header with the data types substituted according to what was built
configure_file(${PROJECT_SOURCE_DIR}/include/cmfrec.h.in cmfrec.h @ONLY)
set_target_properties(cmfrec PROPERTIES PUBLIC_HEADER cmfrec.h)
set_target_properties(cmfrec PROPERTIES PUBLIC_HEADER cmfrec.h SOVERSION 3 VERSION ${PROJECT_VERSION})

# Install target
include(GNUInstallDirs)
Expand Down

0 comments on commit 636d673

Please sign in to comment.