Disabled external gits
This commit is contained in:
23
cs440-acg/ext/openexr/OpenEXR/exrmultiview/CMakeLists.txt
Normal file
23
cs440-acg/ext/openexr/OpenEXR/exrmultiview/CMakeLists.txt
Normal file
@@ -0,0 +1,23 @@
|
||||
# yue.nicholas@gmail.com
|
||||
|
||||
ADD_EXECUTABLE ( exrmultiview
|
||||
makeMultiView.cpp
|
||||
main.cpp
|
||||
Image.cpp
|
||||
)
|
||||
|
||||
TARGET_LINK_LIBRARIES ( exrmultiview
|
||||
IlmImf
|
||||
Half
|
||||
Imath${ILMBASE_LIBSUFFIX}
|
||||
Iex${ILMBASE_LIBSUFFIX}
|
||||
IlmThread${ILMBASE_LIBSUFFIX}
|
||||
${PTHREAD_LIB}
|
||||
${ZLIB_LIBRARIES}
|
||||
)
|
||||
|
||||
INSTALL ( TARGETS
|
||||
exrmultiview
|
||||
DESTINATION
|
||||
${CMAKE_INSTALL_PREFIX}/bin
|
||||
)
|
Reference in New Issue
Block a user