Skip to content

Commit

Permalink
Move vs-specific option to vs folder.
Browse files Browse the repository at this point in the history
Signed-off-by: thecomputekid <[email protected]>
  • Loading branch information
theComputeKid committed Feb 19, 2024
1 parent c2dd35c commit 3b76274
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 6 additions & 0 deletions modules/vstudio/_preload.lua
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,12 @@
}
}

p.api.register {
name = "clangtidy",
scope = "config",
kind = "boolean"
}

p.api.register {
name = "vsprops",
scope = "config",
Expand Down
6 changes: 0 additions & 6 deletions src/_premake_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,6 @@
}
}

api.register {
name = "clangtidy",
scope = "config",
kind = "boolean"
}

api.register {
name = "compilebuildoutputs",
scope = "config",
Expand Down

0 comments on commit 3b76274

Please sign in to comment.