X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=common%2FCMakeLists.txt;h=336e22558c7e8628aa2b27e32550c3676c026182;hb=cd7a078ee74d0b519cb8263f2ef58ab20f01725a;hp=380ce41d5c40f3afd9d6224af5202b86cc7d0b63;hpb=7bf9a4e01ea80f06257ece374f291abb513c09fc;p=clitk.git diff --git a/common/CMakeLists.txt b/common/CMakeLists.txt index 380ce41..336e225 100644 --- a/common/CMakeLists.txt +++ b/common/CMakeLists.txt @@ -1,7 +1,3 @@ -#========================================================= -INCLUDE(${PROJECT_SOURCE_DIR}/cmake/common.cmake) -#========================================================= - #========================================================= # make clitk libraries* CONFIGURE_FILE(clitkConfiguration.h.in ${PROJECT_BINARY_DIR}/clitkConfiguration.h) @@ -13,6 +9,8 @@ SET(clitkCommon_SRC clitkImageCommon.cxx clitkTransformUtilities.cxx clitkIO.cxx + clitkGateAsciiImageIO.cxx + clitkGateAsciiImageIOFactory.cxx clitkVoxImageIO.cxx clitkVoxImageIOFactory.cxx clitkVfImageIO.cxx @@ -36,14 +34,6 @@ SET(clitkCommon_SRC vvImageWriter.cxx ) -IF(UNIX) - SET(clitkCommon_SRC - ${clitkCommon_SRC} - clitkGateAsciiImageIO.cxx - clitkGateAsciiImageIOFactory.cxx - ) -ENDIF(UNIX) - ### Declare clitkCommon library ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC})