]> Creatis software - openheart.git/blob - Common/CMakeLists.txt
commit all the files for the first time
[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