X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Common%2FCMakeLists.txt;fp=Common%2FCMakeLists.txt;h=33178043a7a81125b06955755ad110cf9050136a;hb=e989157c905531306964b1f4d2d70991029aaca2;hp=0000000000000000000000000000000000000000;hpb=a29e955d81fcaf6b37db4a5cb168549f96f1fff3;p=openheart.git diff --git a/Common/CMakeLists.txt b/Common/CMakeLists.txt new file mode 100644 index 0000000..3317804 --- /dev/null +++ b/Common/CMakeLists.txt @@ -0,0 +1,11 @@ + +INCLUDE_DIRECTORIES( + ${VTK_INCLUDE_DIR} +) + +# -------------------------------------------------------------------------- +# Library compilation +ADD_LIBRARY(common + vtkOptimizedImageData.cxx +) +