diff options
| author | Fuwn <[email protected]> | 2022-06-09 22:10:55 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-06-09 22:10:55 -0700 |
| commit | 3f07f307569afce65e0ed96499e344f8c2656198 (patch) | |
| tree | 0a8938ebd967d575678ddd3c83c206074331ca2b /src/meson.build | |
| download | zoo-main.tar.xz zoo-main.zip | |
Diffstat (limited to 'src/meson.build')
| -rw-r--r-- | src/meson.build | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/meson.build b/src/meson.build new file mode 100644 index 0000000..d04c840 --- /dev/null +++ b/src/meson.build @@ -0,0 +1,3 @@ +main_source = files('Cage.cc', 'Mammal.cc', 'Test.cc', 'Zoo.cc', 'ZooAnimal.cc') +project_header_files += files('Cage.hh', 'Mammal.hh', 'Zoo.hh', 'ZooAnimal.hh') +project_sources += main_source |