Disabled external gits
This commit is contained in:
61
cs440-acg/ext/openexr/IlmBase/Imath/CMakeLists.txt
Normal file
61
cs440-acg/ext/openexr/IlmBase/Imath/CMakeLists.txt
Normal file
@@ -0,0 +1,61 @@
|
||||
# yue.nicholas@gmail.com
|
||||
|
||||
IF(ILMBASE_BUILD_SHARED_LIBS)
|
||||
ADD_DEFINITIONS(-DIMATH_EXPORTS)
|
||||
ENDIF()
|
||||
|
||||
ADD_LIBRARY ( Imath ${LIB_TYPE}
|
||||
ImathBox.cpp
|
||||
ImathRandom.cpp
|
||||
ImathColorAlgo.cpp
|
||||
ImathShear.cpp
|
||||
ImathFun.cpp
|
||||
ImathVec.cpp
|
||||
ImathMatrixAlgo.cpp
|
||||
)
|
||||
TARGET_LINK_LIBRARIES(Imath Iex)
|
||||
|
||||
|
||||
INSTALL ( TARGETS
|
||||
Imath
|
||||
DESTINATION
|
||||
${OPENEXR_INSTALL_LIB_DEST}
|
||||
)
|
||||
|
||||
INSTALL ( FILES
|
||||
ImathBoxAlgo.h
|
||||
ImathBox.h
|
||||
ImathColorAlgo.h
|
||||
ImathColor.h
|
||||
ImathEuler.h
|
||||
ImathExc.h
|
||||
ImathExport.h
|
||||
ImathForward.h
|
||||
ImathFrame.h
|
||||
ImathFrustum.h
|
||||
ImathFrustumTest.h
|
||||
ImathFun.h
|
||||
ImathGL.h
|
||||
ImathGLU.h
|
||||
ImathHalfLimits.h
|
||||
ImathInt64.h
|
||||
ImathInterval.h
|
||||
ImathLimits.h
|
||||
ImathLineAlgo.h
|
||||
ImathLine.h
|
||||
ImathMath.h
|
||||
ImathMatrixAlgo.h
|
||||
ImathMatrix.h
|
||||
ImathNamespace.h
|
||||
ImathPlane.h
|
||||
ImathPlatform.h
|
||||
ImathQuat.h
|
||||
ImathRandom.h
|
||||
ImathRoots.h
|
||||
ImathShear.h
|
||||
ImathSphere.h
|
||||
ImathVecAlgo.h
|
||||
ImathVec.h
|
||||
DESTINATION
|
||||
${OPENEXR_INSTALL_HEADER_DEST}
|
||||
)
|
Reference in New Issue
Block a user