Premake module to support the VSLinux extension for Visual Studio 2015.
- Support actions: vs2015
Simply add:
system "Linux"
to your project definition.
None yet.
The contents of your premake5.lua file would be:
workspace "MyWorkspace"
configurations { "Release", "Debug" }
project "MyLinuxProject"
kind "ConsoleApp"
system "Linux"
files { "src/main.cpp" }