summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)