From fbe188e540cea1da4e237ec5066f8c03d35a133b Mon Sep 17 00:00:00 2001 From: Marcus Holland-Moritz Date: Thu, 18 Jan 2024 14:57:32 +0100 Subject: [PATCH] chore: add header to thrift_library.cmake --- cmake/thrift_library.cmake | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/cmake/thrift_library.cmake b/cmake/thrift_library.cmake index f7cb6a10..70598b0d 100644 --- a/cmake/thrift_library.cmake +++ b/cmake/thrift_library.cmake @@ -1,3 +1,21 @@ +# +# Copyright (c) Marcus Holland-Moritz +# +# This file is part of dwarfs. +# +# dwarfs 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 3 of the License, or (at your option) any later +# version. +# +# dwarfs 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 +# dwarfs. If not, see . +# + cmake_minimum_required(VERSION 3.25.0) function(add_cpp2_thrift_library idlfile)