We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de769ad commit 33fc938Copy full SHA for 33fc938
src/fpm_compile_commands.F90
@@ -1,7 +1,8 @@
1
!># Store compiler commands in a `compile_commands.json` table
2
module fpm_compile_commands
3
- use fpm_toml, only: serializable_t, set_string, set_list, get_value, get_list, toml_table, add_table, &
+ use fpm_toml, only: serializable_t, set_string, set_list, get_value, get_list, add_table, &
4
toml_array, add_array, toml_stat, len
5
+ use tomlf, only: toml_table
6
use jonquil, only: json_serialize, json_ser_config
7
use fpm_strings, only: string_t, operator(==)
8
use fpm_error, only: error_t, syntax_error, fatal_error
0 commit comments