Skip to content

A fast build system for Visual Studio C/C++ projects (WIP)

Notifications You must be signed in to change notification settings

xastrix/fastmake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fastmake

A fast build system for Visual Studio C/C++ projects

Usage

fastmake <path>

Check docs/README.md for instructions on how to use it

Installing

Clone the repository

git clone --recursive https://github.com/xastrix/fastmake.git

Generate VS project by premake5

cd fastmake && premake5 vs20xx

Launch fastmake.sln (Visual Studio Solution File) and compile project by pressing CTRL+Shift+B

Requirements

  • Visual Studio
  • Windows SDK
  • premake

Dependencies

jsoncpp