diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 12:37:10 +0200 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2024-07-12 12:37:10 +0200 |
| commit | 87d659ca1a14fe8cf4871b8db0f42d005964f565 (patch) | |
| tree | 704e94d644d2f27d474fdc211894cf0ab88614e4 /res/tests/main.cpp | |
| parent | 61ba5c151040533f23642c07fc2230a5718396ee (diff) | |
| download | turns-87d659ca1a14fe8cf4871b8db0f42d005964f565.tar.xz turns-87d659ca1a14fe8cf4871b8db0f42d005964f565.zip | |
app/windows: add basic main window
Diffstat (limited to 'res/tests/main.cpp')
| -rw-r--r-- | res/tests/main.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/res/tests/main.cpp b/res/tests/main.cpp deleted file mode 100644 index 02173f9..0000000 --- a/res/tests/main.cpp +++ /dev/null @@ -1,12 +0,0 @@ -#include <catch2/catch_session.hpp> - -#include <adwaita.h> -#include <gtkmm/init.h> - -auto main(int argc, char * argv[]) -> int -{ - Gtk::init_gtkmm_internals(); - adw_init(); - - return Catch::Session().run(argc, argv); -}
\ No newline at end of file |
