mirror of
https://github.com/aseprite/aseprite.git
synced 2024-12-28 15:20:15 +00:00
We need to specify the C and C++ flags for our project anyway (undo 00fa254573
)
This commit is contained in:
parent
00fa254573
commit
062ae58d9e
@ -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)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user