summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-11 01:25:48 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-11 01:26:13 (GMT)
commitb1ea1f4d85c8336f812765f754f318d03a894be2 (patch)
tree4f8baf215fb8bec971353f81f6014df3e277b66f
parent226819825c854d1c802610cca063d6aeb6968f06 (diff)
downloadmxe-b1ea1f4d85c8336f812765f754f318d03a894be2.zip
mxe-b1ea1f4d85c8336f812765f754f318d03a894be2.tar.gz
mxe-b1ea1f4d85c8336f812765f754f318d03a894be2.tar.bz2
sdl_image,sound CMakeLists: use more sensible project names
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
-rw-r--r--src/sdl_image-test-CMakeLists.txt2
-rw-r--r--src/sdl_sound-test-CMakeLists.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/sdl_image-test-CMakeLists.txt b/src/sdl_image-test-CMakeLists.txt
index ca31ca0..bd60986 100644
--- a/src/sdl_image-test-CMakeLists.txt
+++ b/src/sdl_image-test-CMakeLists.txt
@@ -1,7 +1,7 @@
# This file is part of MXE.
# See index.html for further information.
-project(18)
+project(SDL_image_test)
cmake_minimum_required(VERSION 2.8)
find_package(SDL REQUIRED)
diff --git a/src/sdl_sound-test-CMakeLists.txt b/src/sdl_sound-test-CMakeLists.txt
index dc2d5f0..e09bb96 100644
--- a/src/sdl_sound-test-CMakeLists.txt
+++ b/src/sdl_sound-test-CMakeLists.txt
@@ -1,7 +1,7 @@
# This file is part of MXE.
# See index.html for further information.
-project(18)
+project(SDL_sound_test)
cmake_minimum_required(VERSION 2.8)
find_package(SDL_sound REQUIRED)