Skip to content

Commit 07a725b

Browse files
authored
docs: updated example packages README with new packages that were added (#740)
1 parent 8326868 commit 07a725b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

example_packages/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,7 @@ the features demonstrated in each package and which versions of fpm are supporte
2929
| version_file | Read version number from a file in the project root | N | Y |
3030
| with_c | Compile with `c` source files | N | Y |
3131
| 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

Comments
 (0)