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 8326868 commit 07a725bCopy full SHA for 07a725b
example_packages/README.md
@@ -29,3 +29,7 @@ the features demonstrated in each package and which versions of fpm are supporte
29
| version_file | Read version number from a file in the project root | N | Y |
30
| with_c | Compile with `c` source files | N | Y |
31
| with_makefile | External build command (makefile) | Y | N |
32
+| preprocess_cpp | Lib only; C preprocessing; Macro parsing | N | Y |
33
+| preprocess_hello | App only; Macros remain local to the package | N | Y |
34
+| preprocess_hello_dependency | Lib only; Macros not getting passed here from root | N | Y |
35
+| cpp_files | C++ files get compiled using fpm | N | Y |
0 commit comments