Skip to content

Commit

Permalink
Export compile_commands.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Werni2A committed Jul 4, 2024
1 parent 9305bd0 commit 1c8c3d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ cmake_minimum_required(VERSION 3.8)

project(OpenOrCadParser VERSION 0.1.0)

set(CMAKE_EXPORT_COMPILE_COMMANDS ON)

option(ENABLE_UNIT_TESTING "Enable unit testing" OFF)

if(CMAKE_BUILD_TYPE STREQUAL "")
Expand Down

0 comments on commit 1c8c3d1

Please sign in to comment.