diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-24 09:22:06 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-07-24 09:22:06 +0100 |
| commit | c2ebe8fd7195c24293cb48c7ec57b194e70c6a63 (patch) | |
| tree | 7819763d3b1b094ee985611baead6114ddec9d41 /dev/examples/example_02_libbtb/libbtb.cc | |
| parent | a3ea256d00e5aac45574c7c8b076b60630f73a95 (diff) | |
fix: Fix examples's contents and placed 'examples' in the root directory.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/examples/example_02_libbtb/libbtb.cc')
| -rw-r--r-- | dev/examples/example_02_libbtb/libbtb.cc | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dev/examples/example_02_libbtb/libbtb.cc b/dev/examples/example_02_libbtb/libbtb.cc deleted file mode 100644 index e6e489d..0000000 --- a/dev/examples/example_02_libbtb/libbtb.cc +++ /dev/null @@ -1,15 +0,0 @@ -#include <BuildKit/JSONManifestBuilder.h> -#include <cstdlib> - -#ifndef _WIN32 -static auto kPath = "./posix.json"; -#else -static auto kPath = ".\win64.json"; -#endif - -int main(int argc, char** argv) { - auto builder = new NeBuild::JSONManifestBuilder(); - if (!builder) return EXIT_FAILURE; - - return builder->buildTarget(strlen(kPath), kPath); -} |
