mirror of
https://github.com/build-cpp/cmkr
synced 2026-06-08 13:22:55 +00:00
WIP DSL for generating cmake
This commit is contained in:
+3
-2
@@ -1,8 +1,9 @@
|
||||
#include "args.h"
|
||||
|
||||
#include <cstdio>
|
||||
#include <cstdlib>
|
||||
#include <cstring>
|
||||
#include <stdexcept>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
int main(int argc, char **argv) try {
|
||||
auto output = cmkr::args::handle_args(argc, argv);
|
||||
|
||||
Reference in New Issue
Block a user