Skip to content

Commit

Permalink
feat: add getter for generate and build options
Browse files Browse the repository at this point in the history
  • Loading branch information
Civitasv committed May 3, 2024
1 parent eb798c8 commit 7b62c7e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions lua/cmake-tools/init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1095,6 +1095,14 @@ function cmake.get_launch_targets()
return config:launch_targets()
end

function cmake.get_generate_options()
return config:generate_options()
end

function cmake.get_build_options()
return config:build_options()
end

--[[ end ]]

function cmake.configure_compile_commands()
Expand Down

0 comments on commit 7b62c7e

Please sign in to comment.