We need to specify the C and C++ flags for our project anyway (undo 00fa254573)

This commit is contained in:
David Capello 2020-03-02 11:36:53 -03:00
parent 00fa254573
commit 062ae58d9e

View File

@ -24,6 +24,9 @@ if(NOT CMAKE_BUILD_TYPE)
FORCE)
endif()
set(CMAKE_USER_MAKE_RULES_OVERRIDE ${CMAKE_CURRENT_SOURCE_DIR}/laf/cmake/c_flag_overrides.cmake)
set(CMAKE_USER_MAKE_RULES_OVERRIDE_CXX ${CMAKE_CURRENT_SOURCE_DIR}/laf/cmake/cxx_flag_overrides.cmake)
# Aseprite project
project(aseprite C CXX)