Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- dofile("find_ipp.lua")
- solution "premake-ipp-example"
- configurations { "Release", "Debug" }
- platforms { "x64", "x32" }
- location "build"
- project "example"
- targetdir "build"
- language "C"
- kind "ConsoleApp"
- files { "*.c" }
- found.ipp { "s" }
- if os.is("linux") then
- links { "pthread", "dl" }
- end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement