Disabled external gits

This commit is contained in:
2022-04-07 18:46:57 +02:00
parent 88cb3426ad
commit 15e7120d6d
5316 changed files with 4563444 additions and 6 deletions

View File

@@ -0,0 +1,24 @@
# pstanczyk@ilm.com
IF(ILMBASE_BUILD_SHARED_LIBS)
ADD_DEFINITIONS(-DIEXMATH_EXPORTS)
ENDIF()
ADD_LIBRARY ( IexMath ${LIB_TYPE}
IexMathFloatExc.cpp
IexMathFpu.cpp
)
TARGET_LINK_LIBRARIES(IexMath Iex)
INSTALL ( TARGETS
IexMath
DESTINATION
${OPENEXR_INSTALL_LIB_DEST}
)
INSTALL ( FILES
IexMathFloatExc.h
IexMathFpu.h
IexMathIeeeExc.h
DESTINATION
${OPENEXR_INSTALL_HEADER_DEST}
)