Salome HOME
First preliminary version
[tools/simanio.git] / src / old_CMakeLists.txt
1 project(SimanSrc CXX)
2
3 set(SimanSrc_SRCS SimanIO_Activity.cxx SimanIO_Configuration.cxx SimanIO_Document.cxx SimanIO_Link.cxx)
4 set(SimanSrc_HEADERS SimanIO_Activity.hxx SimanIO_Configuration.hxx SimanIO_Document.hxx SimanIO_Link.hxx)
5 include_directories($(PROJECT_SOURCE_DIR))
6
7 add_library(SimanIO SHARED ${SimanSrc_SRCS} ${SimanSrc_HEADERS})
8
9 install(TARGETS SimanIO DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
10 install(FILES ${SimanSrc_HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include)