mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-12 23:54:12 +00:00
58 lines
1.3 KiB
Text
58 lines
1.3 KiB
Text
|
# yue.nicholas@gmail.com
|
||
|
|
||
|
# IlmImfTest
|
||
|
|
||
|
ADD_EXECUTABLE ( IlmImfTest
|
||
|
compareB44.cpp
|
||
|
compareFloat.cpp
|
||
|
main.cpp
|
||
|
testAttributes.cpp
|
||
|
testBackwardCompatibility.cpp
|
||
|
testChannels.cpp
|
||
|
testCompositeDeepScanLine.cpp
|
||
|
testCompression.cpp
|
||
|
testConversion.cpp
|
||
|
testCopyDeepScanLine.cpp
|
||
|
testCopyDeepTiled.cpp
|
||
|
testCopyMultiPartFile.cpp
|
||
|
testCopyPixels.cpp
|
||
|
testCustomAttributes.cpp
|
||
|
testDeepScanLineBasic.cpp
|
||
|
testDeepScanLineHuge.cpp
|
||
|
testDeepTiledBasic.cpp
|
||
|
testExistingStreams.cpp
|
||
|
testHuf.cpp
|
||
|
testInputPart.cpp
|
||
|
testIsComplete.cpp
|
||
|
testLineOrder.cpp
|
||
|
testLut.cpp
|
||
|
testMagic.cpp
|
||
|
testMultiPartApi.cpp
|
||
|
testMultiPartFileMixingBasic.cpp
|
||
|
testMultiPartSharedAttributes.cpp
|
||
|
testMultiPartThreading.cpp
|
||
|
testMultiScanlinePartThreading.cpp
|
||
|
testMultiTiledPartThreading.cpp
|
||
|
testMultiView.cpp
|
||
|
testNativeFormat.cpp
|
||
|
testPreviewImage.cpp
|
||
|
testRgba.cpp
|
||
|
testRgbaThreading.cpp
|
||
|
testSampleImages.cpp
|
||
|
testScanLineApi.cpp
|
||
|
testSharedFrameBuffer.cpp
|
||
|
testStandardAttributes.cpp
|
||
|
testTiledCompression.cpp
|
||
|
testTiledCopyPixels.cpp
|
||
|
testTiledLineOrder.cpp
|
||
|
testTiledRgba.cpp
|
||
|
testTiledYa.cpp
|
||
|
testWav.cpp
|
||
|
testXdr.cpp
|
||
|
testYca.cpp
|
||
|
)
|
||
|
|
||
|
TARGET_LINK_LIBRARIES ( IlmImfTest IlmImf Iex Imath Half IlmThread ${Z_LIB} ${PTHREAD_LIB})
|
||
|
|
||
|
ADD_TEST ( TestIlmImf IlmImfTest )
|