]> SALOME platform Git repositories - tools/simanio.git/blobdiff - src/old_CMakeLists.txt
Salome HOME
Light Cleaning up
[tools/simanio.git] / src / old_CMakeLists.txt
diff --git a/src/old_CMakeLists.txt b/src/old_CMakeLists.txt
deleted file mode 100644 (file)
index 2e2100f..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-project(SimanSrc CXX)
-
-set(SimanSrc_SRCS SimanIO_Activity.cxx SimanIO_Configuration.cxx SimanIO_Document.cxx SimanIO_Link.cxx)
-set(SimanSrc_HEADERS SimanIO_Activity.hxx SimanIO_Configuration.hxx SimanIO_Document.hxx SimanIO_Link.hxx)
-include_directories($(PROJECT_SOURCE_DIR))
-
-add_library(SimanIO SHARED ${SimanSrc_SRCS} ${SimanSrc_HEADERS})
-
-install(TARGETS SimanIO DESTINATION ${CMAKE_INSTALL_PREFIX}/lib)
-install(FILES ${SimanSrc_HEADERS} DESTINATION ${CMAKE_INSTALL_PREFIX}/include)