From be8f76972686698b8108b2980a13f5f1246351f0 Mon Sep 17 00:00:00 2001 From: Erwan Croze Date: Mon, 9 Jul 2018 09:38:37 +0200 Subject: [PATCH] Add remove file --- cmake_builder/CMakeLists.txt | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 cmake_builder/CMakeLists.txt diff --git a/cmake_builder/CMakeLists.txt b/cmake_builder/CMakeLists.txt new file mode 100644 index 000000000..ea7e0f119 --- /dev/null +++ b/cmake_builder/CMakeLists.txt @@ -0,0 +1,25 @@ +############################################################################ +# CMakeLists.txt +# Copyright (C) 2018 Belledonne Communications, Grenoble France +# +############################################################################ +# +# This program is free software; you can redistribute it and/or +# modify it under the terms of the GNU General Public License +# as published by the Free Software Foundation; either version 2 +# of the License, or (at your option) any later version. +# +# This program is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# GNU General Public License for more details. +# +# You should have received a copy of the GNU General Public License +# along with this program; if not, write to the Free Software +# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. +# +############################################################################ + +# Blacklist these dependencies because they are useless for now +#lcb_blacklist_dependencies("libxsd" "xerces-c" "soci") +