Skip to content

Commit

Permalink
Added: Linking flags when using executable
Browse files Browse the repository at this point in the history
  • Loading branch information
MrcSnm committed Feb 12, 2024
1 parent 0abd993 commit b6f8d3e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion dub.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,19 @@
"copyright": "Copyright © 2023, Hipreme",
"description": "Bindings to Apple's metal graphics API. No compiler support needed",
"dependencies": {
"objc_meta": "~>1.0.14"
"objc_meta": "~>1.0.15"
},
"configurations": [
{
"name": "macOS",
"platforms": ["osx"],
"lflags": [
"-framework", "AppKit",
"-framework", "Metal"
]
},
{"name": "test_generation"}
],
"targetName": "metal",
"targetPath": "libs",
"targetType": "staticLibrary",
Expand Down

0 comments on commit b6f8d3e

Please sign in to comment.