Skip to content

Comments

Added options.cmake, with CMAKE_EXPORT_COMPILE_COMMANDS ON#199

Open
robermorales wants to merge 2 commits intoTheLartians:masterfrom
robermorales:options.cmake
Open

Added options.cmake, with CMAKE_EXPORT_COMPILE_COMMANDS ON#199
robermorales wants to merge 2 commits intoTheLartians:masterfrom
robermorales:options.cmake

Conversation

@robermorales
Copy link

This commit solves #170

It adds one options.cmake file to allow for flags configuration. The only flag added so far is CMAKE_EXPORT_COMPILE_COMMANDS

To test:

$ cmake -S all -B build/
$ find . -name compile_commands.json
./build/compile_commands.json

This commit solves TheLartians#170

It adds one options.cmake file to allow for flags configuration.
The only flag added so far is CMAKE_EXPORT_COMPILE_COMMANDS

To test:

cmake -S all -B build/
find . -name compile_commands.json
--> ./build/compile_commands.json
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant