X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FDriverDAT%2FCMakeLists.txt;h=cf87186d8a3b4f221190f7d62506446b443f3b62;hb=05a38ac54ef63d2013e30033d2a308af0fc8dad5;hp=df32ce347b0f7632ce33e892d94c9179e909292c;hpb=1bd4ba8acdfe7ab1edc96a016836e174a393d445;p=modules%2Fsmesh.git diff --git a/src/DriverDAT/CMakeLists.txt b/src/DriverDAT/CMakeLists.txt index df32ce347..cf87186d8 100644 --- a/src/DriverDAT/CMakeLists.txt +++ b/src/DriverDAT/CMakeLists.txt @@ -1,9 +1,9 @@ -# Copyright (C) 2012-2013 CEA/DEN, EDF R&D, OPEN CASCADE +# Copyright (C) 2012-2014 CEA/DEN, EDF R&D, OPEN CASCADE # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -70,19 +70,10 @@ SET(MeshDriverDAT_SOURCES DriverDAT_W_SMDS_Mesh.cxx ) -# bin programs -SET(MeshDriverDAT_bin_SOURCES - DAT_Test.cxx -) - # --- rules --- ADD_LIBRARY(MeshDriverDAT ${MeshDriverDAT_SOURCES}) TARGET_LINK_LIBRARIES(MeshDriverDAT ${_link_LIBRARIES} ) INSTALL(TARGETS MeshDriverDAT EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_LIBS}) -ADD_EXECUTABLE(DAT_Test ${MeshDriverDAT_bin_SOURCES}) -TARGET_LINK_LIBRARIES(DAT_Test ${_link_LIBRARIES_bin} MeshDriverDAT) -INSTALL(TARGETS DAT_Test EXPORT ${PROJECT_NAME}TargetGroup DESTINATION ${SALOME_INSTALL_BINS}) - INSTALL(FILES ${MeshDriverDAT_HEADERS} DESTINATION ${SALOME_INSTALL_HEADERS})