| @@ -13,6 +13,6 @@ | |||||
| path = include/lol/3rdparty/portable-file-dialogs | path = include/lol/3rdparty/portable-file-dialogs | ||||
| url = ../../samhocevar/portable-file-dialogs.git | url = ../../samhocevar/portable-file-dialogs.git | ||||
| branch = master | branch = master | ||||
| [submodule "clipp"] | |||||
| path = include/lol/3rdparty/clipp | |||||
| url = ../../muellan/clipp.git | |||||
| [submodule "cli11"] | |||||
| path = include/lol/3rdparty/cli11 | |||||
| url = ../../lolengine/ext-cli11.git | |||||
| @@ -0,0 +1 @@ | |||||
| Subproject commit 5b2c30b5d577056039bcccfea7156b35f244621c | |||||
| @@ -1 +0,0 @@ | |||||
| Subproject commit 2c32b2f1f7cc530b1ec1f62c92f698643bb368db | |||||
| @@ -13,12 +13,20 @@ | |||||
| #pragma once | #pragma once | ||||
| #include "private/push_macros.h" | #include "private/push_macros.h" | ||||
| #include "3rdparty/clipp/include/clipp.h" | |||||
| #include "3rdparty/cli11/include/CLI/CLI.hpp" | |||||
| #include "private/pop_macros.h" | #include "private/pop_macros.h" | ||||
| namespace CLI | |||||
| { | |||||
| using app = App; | |||||
| }; | |||||
| namespace lol | namespace lol | ||||
| { | { | ||||
| namespace cli = clipp; | |||||
| namespace cli = CLI; | |||||
| }; | }; | ||||