Skip to content

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