X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=common%2FCMakeLists.txt;h=38eb7e11a75864c483597d89788faaeeb73b3f58;hb=8973673f3f984656ec3552b5d963ba7b18119d39;hp=92fd73b41bf9f8909b39e90d03216e6eab172be3;hpb=e7bfce0e23746e76746103c5df34eee1351e13cf;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 92fd73b..38eb7e1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -13,14 +13,21 @@ SET(clitkCommon_SRC clitkListOfPair.cxx clitkTimer.cxx clitkImageCommon.cxx + clitkIO.cxx clitkVoxImageIO.cxx clitkVoxImageIOFactory.cxx clitkVfImageIO.cxx clitkVfImageIOFactory.cxx + clitkHisImageIO.cxx + clitkHisImageIOFactory.cxx + clitkXdrImageIOReader.cxx + clitkXdrImageIOWriter.cxx + clitkXdrImageIOFactory.cxx clitkOrientation.cxx vvImage.cxx clitkImageToImageGenericFilter.cxx - ) + clitkSignal.cxx +) ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC})