diff --git a/lib/dpx/CMakeLists.txt b/lib/dpx/CMakeLists.txt index 1c0b85e..c83f3e8 100644 --- a/lib/dpx/CMakeLists.txt +++ b/lib/dpx/CMakeLists.txt @@ -33,4 +33,10 @@ target_link_libraries(ctldpx # $<$:IlmBase::Half> # $<$:IlmBase::IlmThread> # $<$:IlmBase::Iex> -# ) \ No newline at end of file +# ) + +set_target_properties(IlmCtlSimd + PROPERTIES + VERSION ${CTL_VERSION} + SOVERSION ${CTL_VERSION} +)