From 9f8e5f9e2883ee929eb64078eec2908fe2105d40 Mon Sep 17 00:00:00 2001 From: Owen Green Date: Wed, 15 Jan 2020 15:56:12 +0000 Subject: [PATCH] Add header block to cmake files --- CMakeLists.txt | 7 +++++++ scripts/target_post.cmake | 6 ++++++ src/FluidAmpSlice/CMakeLists.txt | 9 +++++++++ src/FluidBufAmpSlice/CMakeLists.txt | 9 +++++++++ src/FluidBufCompose/CMakeLists.txt | 9 +++++++++ src/FluidBufHPSS/CMakeLists.txt | 9 +++++++++ src/FluidBufLoudness/CMakeLists.txt | 9 +++++++++ src/FluidBufMFCC/CMakeLists.txt | 9 +++++++++ src/FluidBufMelBands/CMakeLists.txt | 9 +++++++++ src/FluidBufNMF/CMakeLists.txt | 9 +++++++++ src/FluidBufNoveltySlice/CMakeLists.txt | 9 +++++++++ src/FluidBufOnsetSlice/CMakeLists.txt | 9 +++++++++ src/FluidBufPitch/CMakeLists.txt | 9 +++++++++ src/FluidBufSines/CMakeLists.txt | 9 +++++++++ src/FluidBufSpectralShape/CMakeLists.txt | 9 +++++++++ src/FluidBufStats/CMakeLists.txt | 9 +++++++++ src/FluidBufThreadDemo/CMakeLists.txt | 9 +++++++++ src/FluidBufTransientSlice/CMakeLists.txt | 9 +++++++++ src/FluidBufTransients/CMakeLists.txt | 9 +++++++++ src/FluidGain/CMakeLists.txt | 9 +++++++++ src/FluidHPSS/CMakeLists.txt | 9 +++++++++ src/FluidLoudness/CMakeLists.txt | 9 +++++++++ src/FluidMFCC/CMakeLists.txt | 9 +++++++++ src/FluidMelBands/CMakeLists.txt | 9 +++++++++ src/FluidNMFFilter/CMakeLists.txt | 9 +++++++++ src/FluidNMFMatch/CMakeLists.txt | 9 +++++++++ src/FluidNoveltySlice/CMakeLists.txt | 9 +++++++++ src/FluidOnsetSlice/CMakeLists.txt | 9 +++++++++ src/FluidPitch/CMakeLists.txt | 9 +++++++++ src/FluidSTFTPass/CMakeLists.txt | 9 +++++++++ src/FluidSines/CMakeLists.txt | 9 +++++++++ src/FluidSpectralShape/CMakeLists.txt | 9 +++++++++ src/FluidTransientSlice/CMakeLists.txt | 9 +++++++++ src/FluidTransients/CMakeLists.txt | 9 +++++++++ 34 files changed, 301 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 2840dd8..cba25ba 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,10 @@ +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) ################################################################################ diff --git a/scripts/target_post.cmake b/scripts/target_post.cmake index 83dd257..45799c3 100644 --- a/scripts/target_post.cmake +++ b/scripts/target_post.cmake @@ -1,3 +1,9 @@ +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). target_compile_features(${PLUGIN} PRIVATE cxx_std_14) diff --git a/src/FluidAmpSlice/CMakeLists.txt b/src/FluidAmpSlice/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidAmpSlice/CMakeLists.txt +++ b/src/FluidAmpSlice/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufAmpSlice/CMakeLists.txt b/src/FluidBufAmpSlice/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidBufAmpSlice/CMakeLists.txt +++ b/src/FluidBufAmpSlice/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufCompose/CMakeLists.txt b/src/FluidBufCompose/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidBufCompose/CMakeLists.txt +++ b/src/FluidBufCompose/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufHPSS/CMakeLists.txt b/src/FluidBufHPSS/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidBufHPSS/CMakeLists.txt +++ b/src/FluidBufHPSS/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufLoudness/CMakeLists.txt b/src/FluidBufLoudness/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidBufLoudness/CMakeLists.txt +++ b/src/FluidBufLoudness/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufMFCC/CMakeLists.txt b/src/FluidBufMFCC/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidBufMFCC/CMakeLists.txt +++ b/src/FluidBufMFCC/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufMelBands/CMakeLists.txt b/src/FluidBufMelBands/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidBufMelBands/CMakeLists.txt +++ b/src/FluidBufMelBands/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufNMF/CMakeLists.txt b/src/FluidBufNMF/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidBufNMF/CMakeLists.txt +++ b/src/FluidBufNMF/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufNoveltySlice/CMakeLists.txt b/src/FluidBufNoveltySlice/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidBufNoveltySlice/CMakeLists.txt +++ b/src/FluidBufNoveltySlice/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufOnsetSlice/CMakeLists.txt b/src/FluidBufOnsetSlice/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidBufOnsetSlice/CMakeLists.txt +++ b/src/FluidBufOnsetSlice/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufPitch/CMakeLists.txt b/src/FluidBufPitch/CMakeLists.txt index 4c2400a..711f3d3 100644 --- a/src/FluidBufPitch/CMakeLists.txt +++ b/src/FluidBufPitch/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufSines/CMakeLists.txt b/src/FluidBufSines/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidBufSines/CMakeLists.txt +++ b/src/FluidBufSines/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufSpectralShape/CMakeLists.txt b/src/FluidBufSpectralShape/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidBufSpectralShape/CMakeLists.txt +++ b/src/FluidBufSpectralShape/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufStats/CMakeLists.txt b/src/FluidBufStats/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidBufStats/CMakeLists.txt +++ b/src/FluidBufStats/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufThreadDemo/CMakeLists.txt b/src/FluidBufThreadDemo/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidBufThreadDemo/CMakeLists.txt +++ b/src/FluidBufThreadDemo/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufTransientSlice/CMakeLists.txt b/src/FluidBufTransientSlice/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidBufTransientSlice/CMakeLists.txt +++ b/src/FluidBufTransientSlice/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidBufTransients/CMakeLists.txt b/src/FluidBufTransients/CMakeLists.txt index 4c2400a..711f3d3 100755 --- a/src/FluidBufTransients/CMakeLists.txt +++ b/src/FluidBufTransients/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidGain/CMakeLists.txt b/src/FluidGain/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidGain/CMakeLists.txt +++ b/src/FluidGain/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidHPSS/CMakeLists.txt b/src/FluidHPSS/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidHPSS/CMakeLists.txt +++ b/src/FluidHPSS/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidLoudness/CMakeLists.txt b/src/FluidLoudness/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidLoudness/CMakeLists.txt +++ b/src/FluidLoudness/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidMFCC/CMakeLists.txt b/src/FluidMFCC/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidMFCC/CMakeLists.txt +++ b/src/FluidMFCC/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidMelBands/CMakeLists.txt b/src/FluidMelBands/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidMelBands/CMakeLists.txt +++ b/src/FluidMelBands/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidNMFFilter/CMakeLists.txt b/src/FluidNMFFilter/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidNMFFilter/CMakeLists.txt +++ b/src/FluidNMFFilter/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidNMFMatch/CMakeLists.txt b/src/FluidNMFMatch/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidNMFMatch/CMakeLists.txt +++ b/src/FluidNMFMatch/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidNoveltySlice/CMakeLists.txt b/src/FluidNoveltySlice/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidNoveltySlice/CMakeLists.txt +++ b/src/FluidNoveltySlice/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidOnsetSlice/CMakeLists.txt b/src/FluidOnsetSlice/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidOnsetSlice/CMakeLists.txt +++ b/src/FluidOnsetSlice/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidPitch/CMakeLists.txt b/src/FluidPitch/CMakeLists.txt index 4c2400a..711f3d3 100644 --- a/src/FluidPitch/CMakeLists.txt +++ b/src/FluidPitch/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidSTFTPass/CMakeLists.txt b/src/FluidSTFTPass/CMakeLists.txt index 4c2400a..711f3d3 100755 --- a/src/FluidSTFTPass/CMakeLists.txt +++ b/src/FluidSTFTPass/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidSines/CMakeLists.txt b/src/FluidSines/CMakeLists.txt index 4c2400a..711f3d3 100755 --- a/src/FluidSines/CMakeLists.txt +++ b/src/FluidSines/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidSpectralShape/CMakeLists.txt b/src/FluidSpectralShape/CMakeLists.txt index 01d2f6a..9646a4e 100644 --- a/src/FluidSpectralShape/CMakeLists.txt +++ b/src/FluidSpectralShape/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidTransientSlice/CMakeLists.txt b/src/FluidTransientSlice/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidTransientSlice/CMakeLists.txt +++ b/src/FluidTransientSlice/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp) diff --git a/src/FluidTransients/CMakeLists.txt b/src/FluidTransients/CMakeLists.txt index 01d2f6a..9646a4e 100755 --- a/src/FluidTransients/CMakeLists.txt +++ b/src/FluidTransients/CMakeLists.txt @@ -1,4 +1,13 @@ +# Part of the Fluid Corpus Manipulation Project (http://www.flucoma.org/) +# Copyright 2017-2019 University of Huddersfield. +# Licensed under the BSD-3 License. +# See license.md file in the project root for full license information. +# This project has received funding from the European Research Council (ERC) +# under the European Union’s Horizon 2020 research and innovation programme +# (grant agreement No 725899). + cmake_minimum_required(VERSION 3.11) + get_filename_component(PLUGIN ${CMAKE_CURRENT_LIST_DIR} NAME_WE) message("Configuring ${PLUGIN}") set(FILENAME ${PLUGIN}.cpp)