]> Creatis software - clitk.git/blob - common/CMakeLists.txt
Removed warnings with MSVC
[clitk.git] / common / CMakeLists.txt
1 #=========================================================
2 SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I${ITK_DIR}/gdcm/src/")
3
4 #=========================================================
5 INCLUDE(${PROJECT_SOURCE_DIR}/cmake/common.cmake)
6 #=========================================================
7
8 #=========================================================
9 # make clitk libraries
10
11 SET(clitkCommon_SRC
12   clitkCommon.cxx 
13   clitkListOfPair.cxx
14   clitkTimer.cxx
15   clitkImageCommon.cxx
16   clitkVoxImageIO.cxx  
17   clitkVoxImageIOFactory.cxx
18   clitkVfImageIO.cxx  
19   clitkVfImageIOFactory.cxx
20   clitkOrientation.cxx
21   vvImage.cxx
22   clitkImageToImageGenericFilter.cxx
23   )  
24
25 ADD_LIBRARY(clitkCommon STATIC ${clitkCommon_SRC})
26
27 #ADD_LIBRARY(clitkCommonShared SHARED ${clitkCommon_SRC})
28 #SET_TARGET_PROPERTIES(clitkCommonShared PROPERTIES COMPILE_FLAGS -fPIC)