allow clang to see compile commands

This commit is contained in:
Gregory Wells
2026-05-24 19:51:25 -04:00
parent 55889a32d4
commit c51c05fb08
2 changed files with 3 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
CompileFlags:
CompilationDatabase: build
+1
View File
@@ -1,5 +1,6 @@
cmake_minimum_required(VERSION 3.12)
project(ChemistryRenderingApp LANGUAGES C CXX)
set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
if (APPLE)
add_executable(ChemistryRenderingApp main.mm)
target_link_libraries(ChemistryRenderingApp PRIVATE