diff --git a/CMakeLists.txt b/CMakeLists.txt index 7f5dd77..b48cda4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)