diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2023-08-17 12:32:50 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2023-08-17 12:32:50 +0200 |
| commit | 375799fa79d1af76f33299acc20a11a167a021f8 (patch) | |
| tree | 8f91b982ec96225c33a2f4871730ababffe5cab0 /test_package/test.cpp | |
| parent | af471b9b780869915d3217b228e24d025892de47 (diff) | |
| download | wanda-375799fa79d1af76f33299acc20a11a167a021f8.tar.xz wanda-375799fa79d1af76f33299acc20a11a167a021f8.zip | |
project: restructure libraries and build env
Diffstat (limited to 'test_package/test.cpp')
| -rw-r--r-- | test_package/test.cpp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test_package/test.cpp b/test_package/test.cpp new file mode 100644 index 0000000..168ac09 --- /dev/null +++ b/test_package/test.cpp @@ -0,0 +1,7 @@ +#include <wanda/control/commander.hpp> +#include <wanda/meta/deferred_failure.hpp> +#include <wanda/proto/version.hpp> +#include <wanda/std_ext/optional.hpp> +#include <wanda/system/magic.hpp> + +auto main() -> int {}
\ No newline at end of file |
