This commit is contained in:
2026-06-04 16:27:25 +03:00
parent 905e7b5cc2
commit d39a22fd82
2 changed files with 11 additions and 0 deletions

View File

@@ -5,6 +5,11 @@ project(ASIBFM700 LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 23)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
# define explicitely GCC version to prevent redefintion by CLANG
# if(CMAKE_CXX_COMPILER_ID STREQUAL "GNU")
# add_compile_options(-fgnuc-version=${CMAKE_CXX_COMPILER_VERSION})
# endif()
# for ccls
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)