diff options
| author | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-11-26 22:43:30 +0100 |
|---|---|---|
| committer | Xavier Del Campo Romero <xavi.dcr@tutanota.com> | 2023-12-29 23:36:21 +0100 |
| commit | 52c18e60929b64285d4bb333f87482d954c9b2e0 (patch) | |
| tree | 836ab3a01d160f45cda4f5a28522fc0bf471011c /src/section/CMakeLists.txt | |
| download | nanowasm-first-step.tar.gz | |
First commitfirst-step
Diffstat (limited to 'src/section/CMakeLists.txt')
| -rw-r--r-- | src/section/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/section/CMakeLists.txt b/src/section/CMakeLists.txt new file mode 100644 index 0000000..62d9cef --- /dev/null +++ b/src/section/CMakeLists.txt @@ -0,0 +1,15 @@ +target_sources(${PROJECT_NAME} PRIVATE + code.c + common.c + custom.c + data.c + element.c + export.c + function.c + global.c + import.c + memory.c + start.c + table.c + type.c +) |
