From ce4021ba3534ac200d8d5cdd179b9195385397b1 Mon Sep 17 00:00:00 2001 From: David Capello Date: Tue, 2 Dec 2014 01:38:38 -0300 Subject: [PATCH] Minor change in main CMakeLists.txt --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 74a73efa2..b6b4b0cc3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) ######################################################################