mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-10 06:42:16 +00:00
21 lines
275 B
CMake
21 lines
275 B
CMake
# yue.nicholas@gmail.com
|
|
|
|
ADD_EXECUTABLE ( exrmakepreview
|
|
makePreview.cpp
|
|
main.cpp
|
|
)
|
|
|
|
TARGET_LINK_LIBRARIES ( exrmakepreview
|
|
IlmImf
|
|
IlmThread
|
|
Iex
|
|
Half
|
|
${PTHREAD_LIB}
|
|
${Z_LIB}
|
|
)
|
|
|
|
INSTALL ( TARGETS
|
|
exrmakepreview
|
|
DESTINATION
|
|
${CMAKE_INSTALL_PREFIX}/bin
|
|
)
|