summaryrefslogtreecommitdiffstats
path: root/src/sdl_image-test-CMakeLists.txt
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 /src/sdl_image-test-CMakeLists.txt
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>
Diffstat (limited to 'src/sdl_image-test-CMakeLists.txt')
-rw-r--r--src/sdl_image-test-CMakeLists.txt2
1 files changed, 1 insertions, 1 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)