Skip to content

Commit

Permalink
add calamari project file
Browse files Browse the repository at this point in the history
  • Loading branch information
BNTFryingPan committed Aug 20, 2022
1 parent ab4962c commit d65db3a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions project.calamari
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"projectName": "Cuttlefish",
"versionFile": "${root}/version.txt",
"mainClass": "Main",
"classPath": "src",
"libraries": ["uuid"],
"supportedTargets": [
"cpp",
"csharp",
"hashlink",
"neko",
"java",
"jvm",
"python"
],
"buildFolder": "${root}/build/",
"exportFolder": "${root}/out/"
}

0 comments on commit d65db3a

Please sign in to comment.