Force compile commands

This commit is contained in:
2025-05-31 12:36:20 +02:00
parent 7ef431a9f0
commit d8c0876aa4

View File

@@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.24)
project(HansTheGatherer)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
# Option to switch real platform vs. SDL implementation...
find_package(SDL3 CONFIG REQUIRED)