Just linting

This commit is contained in:
2025-12-06 17:46:14 +01:00
parent 8c6f628a85
commit 56d4fd9a8e
1057 changed files with 20 additions and 18 deletions

View File

@@ -3,6 +3,7 @@ project(Modularity LANGUAGES C CXX)
set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# ==================== WINDOWS FIXES (only active on Windows) ====================
if(WIN32)