OSDN Git Service

fixed by @santarh
[meshio/meshio.git] / test / premake4.lua
1 -- A solution contains projects, and defines the available configurations
2 solution "meshio_test"
3 configurations { "Debug", "Release" }
4
5 dofile "meshio_test.lua"
6