Skip to content
/ cmwin Public

A very handy tool to easily generate a Visual Studio Solution out of almost any given CMake project and build it straight away!

Notifications You must be signed in to change notification settings

s0t7x/cmwin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 

Repository files navigation

get crossplatform cmake projects in windows build with ease

	cmwin.exe <source> <build_path> <architecture>

	<source> = dir to CMakeLists.txt
	ex. C:\Users\me\myProject
	default: current dir

	<build_path> = path where solution gets generated and build starts off
	default: build\

	<architecture> = target platform architecture
	default: x64

If you would like to use the uncompiled batch itself, it only works with CMakeLists.txt in same directory OR correct startparameters!

The release binary is compiled from AdvancedBatch (cmwin.adv) which is a bit more comfortable and asks you for the file if CMakeLists.txt is not found.

Currently only supported with Visual Studio 15 2017 But with a bit of fiddle it is easy to adjust the Batchfile.

About

A very handy tool to easily generate a Visual Studio Solution out of almost any given CMake project and build it straight away!

Resources

Stars

Watchers

Forks

Packages

No packages published