Disabled external gits
This commit is contained in:
23
cs440-acg/ext/openexr/OpenEXR/IlmImfExamples/CMakeLists.txt
Normal file
23
cs440-acg/ext/openexr/OpenEXR/IlmImfExamples/CMakeLists.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# yue.nicholas@gmail.com
|
||||
|
||||
ADD_EXECUTABLE ( IlmImfExamples
|
||||
drawImage.cpp
|
||||
generalInterfaceExamples.cpp
|
||||
generalInterfaceTiledExamples.cpp
|
||||
lowLevelIoExamples.cpp
|
||||
main.cpp
|
||||
previewImageExamples.cpp
|
||||
rgbaInterfaceExamples.cpp
|
||||
rgbaInterfaceTiledExamples.cpp
|
||||
)
|
||||
|
||||
|
||||
TARGET_LINK_LIBRARIES ( IlmImfExamples
|
||||
IlmImf
|
||||
Half
|
||||
Iex${ILMBASE_LIBSUFFIX}
|
||||
Imath${ILMBASE_LIBSUFFIX}
|
||||
IlmThread${ILMBASE_LIBSUFFIX}
|
||||
${PTHREAD_LIB} ${ZLIB_LIBRARIES}
|
||||
)
|
||||
|
Reference in New Issue
Block a user