Skip to content

Commit

Permalink
add version to ctldpx
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jun 6, 2024
1 parent 22beb76 commit 84375d9
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion lib/dpx/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,10 @@ target_link_libraries(ctldpx
# $<$<TARGET_EXISTS:IlmBase::Half>:IlmBase::Half>
# $<$<TARGET_EXISTS:IlmBase::IlmThread>:IlmBase::IlmThread>
# $<$<TARGET_EXISTS:IlmBase::Iex>:IlmBase::Iex>
# )
# )

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

0 comments on commit 84375d9

Please sign in to comment.