EasyGen/libs/openexr-2.0.0/exrmaketiled/CMakeLists.txt

23 lines
279 B
CMake

# yue.nicholas@gmail.com
ADD_EXECUTABLE ( exrmaketiled
makeTiled.cpp
main.cpp
Image.cpp
)
TARGET_LINK_LIBRARIES ( exrmaketiled
IlmImf
IlmThread
Iex
Half
${PTHREAD_LIB}
${Z_LIB}
)
INSTALL ( TARGETS
exrmaketiled
DESTINATION
${CMAKE_INSTALL_PREFIX}/bin
)