]> Creatis software - clitk.git/blob - utilities/CxImage/CMakeLists.txt
STYLE: Move CMake commands to match new conventions
[clitk.git] / utilities / CxImage / CMakeLists.txt
1 include(../../cmake/common.cmake)
2
3 add_library(clitkCxImage STATIC
4     ximaenc.cpp
5     ximatran.cpp
6     ximath.cpp
7     ximaint.cpp
8     ximage.cpp
9     ximagif.cpp
10     ximainfo.cpp
11     ximalpha.cpp
12     ximalyr.cpp
13     ximapal.cpp
14     ximasel.cpp
15     xmemfile.cpp
16     )
17 include_directories(.)
18