From 226819825c854d1c802610cca063d6aeb6968f06 Mon Sep 17 00:00:00 2001 From: Timothy Gu Date: Sat, 11 Oct 2014 01:20:49 +0000 Subject: CMake files: Add license boilerplate Signed-off-by: Timothy Gu --- src/cmake/FindFreetype.cmake | 3 +++ src/cmake/FindSDL.cmake | 3 +++ src/cmake/FindSDL_image.cmake | 3 +++ src/cmake/FindSDL_mixer.cmake | 3 +++ src/cmake/FindSDL_net.cmake | 3 +++ src/cmake/FindSDL_sound.cmake | 3 +++ src/cmake/FindSDL_ttf.cmake | 3 +++ src/sdl_image-test-CMakeLists.txt | 3 +++ src/sdl_sound-test-CMakeLists.txt | 3 +++ 9 files changed, 27 insertions(+) diff --git a/src/cmake/FindFreetype.cmake b/src/cmake/FindFreetype.cmake index d86bec2..f1821f6 100644 --- a/src/cmake/FindFreetype.cmake +++ b/src/cmake/FindFreetype.cmake @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/FindSDL.cmake b/src/cmake/FindSDL.cmake index 6ed4779..f426494 100644 --- a/src/cmake/FindSDL.cmake +++ b/src/cmake/FindSDL.cmake @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/FindSDL_image.cmake b/src/cmake/FindSDL_image.cmake index bf269f1..6251d9d 100644 --- a/src/cmake/FindSDL_image.cmake +++ b/src/cmake/FindSDL_image.cmake @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/FindSDL_mixer.cmake b/src/cmake/FindSDL_mixer.cmake index 1e27b88..08bc886 100644 --- a/src/cmake/FindSDL_mixer.cmake +++ b/src/cmake/FindSDL_mixer.cmake @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/FindSDL_net.cmake b/src/cmake/FindSDL_net.cmake index f80663d..61465e9 100644 --- a/src/cmake/FindSDL_net.cmake +++ b/src/cmake/FindSDL_net.cmake @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/FindSDL_sound.cmake b/src/cmake/FindSDL_sound.cmake index 5de418b..9e8fa0b 100644 --- a/src/cmake/FindSDL_sound.cmake +++ b/src/cmake/FindSDL_sound.cmake @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/cmake/FindSDL_ttf.cmake b/src/cmake/FindSDL_ttf.cmake index 2e5d679..1d2ca02 100644 --- a/src/cmake/FindSDL_ttf.cmake +++ b/src/cmake/FindSDL_ttf.cmake @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + if(NOT PKG_CONFIG_FOUND) find_package(PkgConfig REQUIRED) endif() diff --git a/src/sdl_image-test-CMakeLists.txt b/src/sdl_image-test-CMakeLists.txt index 6323a8d..ca31ca0 100644 --- a/src/sdl_image-test-CMakeLists.txt +++ b/src/sdl_image-test-CMakeLists.txt @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + project(18) cmake_minimum_required(VERSION 2.8) diff --git a/src/sdl_sound-test-CMakeLists.txt b/src/sdl_sound-test-CMakeLists.txt index 4148e23..dc2d5f0 100644 --- a/src/sdl_sound-test-CMakeLists.txt +++ b/src/sdl_sound-test-CMakeLists.txt @@ -1,3 +1,6 @@ +# This file is part of MXE. +# See index.html for further information. + project(18) cmake_minimum_required(VERSION 2.8) -- cgit v0.12