Minor change in main CMakeLists.txt

This commit is contained in:
David Capello 2014-12-02 01:38:38 -03:00
parent e0264787c6
commit ce4021ba35

View File

@ -26,7 +26,7 @@ endif()
# Note: This needs to be done before the project command
set(CMAKE_CONFIGURATION_TYPES "${CMAKE_BUILD_TYPE}" CACHE INTERNAL "internal")
# ASE project
# Aseprite project
project(aseprite C CXX)
######################################################################