initial commit
This commit is contained in:
commit
0cf068b896
10 changed files with 25592 additions and 0 deletions
10
main.cpp
Normal file
10
main.cpp
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#include <iostream>
|
||||
#include <fstream>
|
||||
#include "json.hpp"
|
||||
import Crafter.Build;
|
||||
using namespace Crafter::Build;
|
||||
int main(int argc, char* argv[]) {
|
||||
Project project = Project::LoadFromJSON("/home/jorijn/repos/crafter-build/project.json");
|
||||
project.Build("debug");
|
||||
return 1;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue