Skip to content

Commit

Permalink
Add HAS_CODEGEN define
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernthedev committed Dec 28, 2023
1 parent cc0dee3 commit b7fbe63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion qpm.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"compileOptions": {
"includePaths": ["include"],
"cppFeatures": [],
"cppFlags": ["-DNEED_UNSAFE_CSHARP", "-fdeclspec", "-DUNITY_2021"]
"cppFlags": ["-DNEED_UNSAFE_CSHARP", "-fdeclspec", "-DUNITY_2021", "-DHAS_CODEGEN"]
}
}
},
Expand Down
5 changes: 3 additions & 2 deletions qpm.shared.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"name": "bs-cordl",
"id": "bs-cordl",
"version": "0.1.0",
"url": null,
"url": "https://github.com/QuestPackageManager/bs-cordl",
"additionalData": {
"headersOnly": true,
"compileOptions": {
Expand All @@ -18,7 +18,8 @@
"cppFlags": [
"-DNEED_UNSAFE_CSHARP",
"-fdeclspec",
"-DUNITY_2021"
"-DUNITY_2021",
"-DHAS_CODEGEN"
]
}
}
Expand Down

0 comments on commit b7fbe63

Please sign in to comment.