Disabled external gits
This commit is contained in:
16
cs440-acg/ext/openexr/IlmBase/HalfTest/CMakeLists.txt
Normal file
16
cs440-acg/ext/openexr/IlmBase/HalfTest/CMakeLists.txt
Normal file
@@ -0,0 +1,16 @@
|
||||
# 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 Half )
|
||||
|
||||
ADD_TEST ( TestHalf HalfTest )
|
Reference in New Issue
Block a user