Disabled external gits
This commit is contained in:
25
cs440-acg/ext/openexr/OpenEXR/IlmImfUtilTest/CMakeLists.txt
Normal file
25
cs440-acg/ext/openexr/OpenEXR/IlmImfUtilTest/CMakeLists.txt
Normal file
@@ -0,0 +1,25 @@
|
||||
|
||||
# IlmImfUtilTest
|
||||
|
||||
LINK_DIRECTORIES ( ${CMAKE_CURRENT_BINARY_DIR}/../IlmImf )
|
||||
|
||||
|
||||
ADD_EXECUTABLE ( IlmImfUtilTest
|
||||
main.cpp
|
||||
testFlatImage.cpp
|
||||
testDeepImage.cpp
|
||||
testIO.cpp
|
||||
)
|
||||
|
||||
|
||||
ADD_TEST ( TestIlmImfUtil IlmImfUtilTest )
|
||||
TARGET_LINK_LIBRARIES ( IlmImfUtilTest
|
||||
IlmImfUtil
|
||||
IlmImf
|
||||
Half
|
||||
Iex${ILMBASE_LIBSUFFIX}
|
||||
Imath${ILMBASE_LIBSUFFIX}
|
||||
IlmThread${ILMBASE_LIBSUFFIX}
|
||||
${PTHREAD_LIB} ${ZLIB_LIBRARIES}
|
||||
)
|
||||
|
Reference in New Issue
Block a user