summaryrefslogtreecommitdiff
path: root/tests/projects/c++/shared_library/test.lua
blob: 84f48ef1cd1b6189f3fc71de05f61c8461acbb90 (plain)
1
2
3
4
5
6
7
8
9
-- imports
import("...build")

-- main entry
function main()

    -- build project
    build()
end