Skip to content

Commit

Permalink
Add soversion to IlmImfCtl too
Browse files Browse the repository at this point in the history
  • Loading branch information
paolostivanin authored May 30, 2024
1 parent 73aa991 commit 1fde5a7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions lib/IlmImfCtl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,12 @@ target_link_libraries (IlmImfCtl
$<$<TARGET_EXISTS:IlmBase::Iex>:IlmBase::Iex>
)

set_target_properties(IlmImfCtl
PROPERTIES
VERSION ${CTL_VERSION}
SOVERSION ${CTL_VERSION}
)

install(FILES
ImfCtlApplyTransforms.h
DESTINATION
Expand Down

0 comments on commit 1fde5a7

Please sign in to comment.