X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=38eb7e11a75864c483597d89788faaeeb73b3f58;hb=8973673f3f984656ec3552b5d963ba7b18119d39;hp=9f4700e1ece4ce5c778dbf865c44d30c3914a3bf;hpb=a76308ba9b5add63fcce2632a3683ce64b0702c5;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 9f4700e..38eb7e1 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -26,7 +26,8 @@ SET(clitkCommon_SRC clitkOrientation.cxx vvImage.cxx clitkImageToImageGenericFilter.cxx - ) + clitkSignal.cxx +) ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC})