Skip to content

Commit

Permalink
Merge pull request #4 from TurkeyMan/manu/fpu
Browse files Browse the repository at this point in the history
Add new fpu() project API
  • Loading branch information
starkos committed Apr 9, 2015
2 parents 053f7b6 + 99b02d9 commit 168f91f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/_premake_init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -449,6 +449,17 @@
tokens = true,
}

api.register {
name = "fpu",
scope = "config",
kind = "string",
allowed = {
"Software",
"Hardware",
}
}


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

0 comments on commit 168f91f

Please sign in to comment.