X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=include%2FCMakeLists.txt;h=97951bc29a60af70559b30af1f5cb67d0df2d016;hb=65353dce81a629e042800bb7b86fcd869a76727e;hp=07cbb04b5cc2e3666bc967b923cd9a40268780d4;hpb=06382af9092babedbf56aa1c00b3bd7cb0b86cda;p=src%2Fapp-framework-binder.git diff --git a/include/CMakeLists.txt b/include/CMakeLists.txt index 07cbb04b..97951bc2 100644 --- a/include/CMakeLists.txt +++ b/include/CMakeLists.txt @@ -1 +1,19 @@ -INSTALL(DIRECTORY afb DESTINATION ${CMAKE_INSTALL_INCLUDEDIR}) +########################################################################### +# Copyright (C) 2015-2020 "IoT.bzh" +# +# author: José Bollo +# +# Licensed under the Apache License, Version 2.0 (the "License"); +# you may not use this file except in compliance with the License. +# You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. +# See the License for the specific language governing permissions and +# limitations under the License. +########################################################################### + +INSTALL(DIRECTORY afb DESTINATION ${CMAKE_INSTALL_FULL_INCLUDEDIR})