mirror of
https://github.com/etlegacy/EasyGen.git
synced 2024-11-10 06:42:16 +00:00
22 lines
279 B
CMake
22 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
|
|
)
|