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) ######################################################################