mirror of https://gitee.com/openkylin/ilmbase.git
17 lines
308 B
CMake
17 lines
308 B
CMake
# yue.nicholas@gmail.com
|
|
|
|
ADD_EXECUTABLE ( HalfTest
|
|
main.cpp
|
|
testArithmetic.cpp
|
|
testBitPatterns.cpp
|
|
testClassification.cpp
|
|
testError.cpp
|
|
testFunction.cpp
|
|
testLimits.cpp
|
|
testSize.cpp
|
|
)
|
|
|
|
TARGET_LINK_LIBRARIES ( HalfTest IlmBase::Half${OPENEXR_TARGET_SUFFIX} )
|
|
|
|
ADD_TEST ( TestHalf HalfTest )
|