]> Creatis software - openheart.git/blob - Common/CMakeLists.txt
33178043a7a81125b06955755ad110cf9050136a
[openheart.git] / Common / CMakeLists.txt
1
2 INCLUDE_DIRECTORIES(
3     ${VTK_INCLUDE_DIR}
4 )
5
6 # --------------------------------------------------------------------------
7 # Library compilation
8 ADD_LIBRARY(common
9   vtkOptimizedImageData.cxx
10 )
11