summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-11 01:20:49 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-11 01:20:49 (GMT)
commit226819825c854d1c802610cca063d6aeb6968f06 (patch)
tree58cd8cc529a09a1ac8d3ff08db7a0dd056bd2ecb /src
parenta25c57f69da78cecfbdd42572ce78e61a4a9377e (diff)
downloadmxe-226819825c854d1c802610cca063d6aeb6968f06.zip
mxe-226819825c854d1c802610cca063d6aeb6968f06.tar.gz
mxe-226819825c854d1c802610cca063d6aeb6968f06.tar.bz2
CMake files: Add license boilerplate
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/cmake/FindFreetype.cmake3
-rw-r--r--src/cmake/FindSDL.cmake3
-rw-r--r--src/cmake/FindSDL_image.cmake3
-rw-r--r--src/cmake/FindSDL_mixer.cmake3
-rw-r--r--src/cmake/FindSDL_net.cmake3
-rw-r--r--src/cmake/FindSDL_sound.cmake3
-rw-r--r--src/cmake/FindSDL_ttf.cmake3
-rw-r--r--src/sdl_image-test-CMakeLists.txt3
-rw-r--r--src/sdl_sound-test-CMakeLists.txt3
9 files changed, 27 insertions, 0 deletions
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)