Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Integrate more cmake generators into the configure script #270

Open
TheJJ opened this issue Apr 11, 2015 · 4 comments
Open

Integrate more cmake generators into the configure script #270

TheJJ opened this issue Apr 11, 2015 · 4 comments
Labels
area: buildsystem Related to our cmake/python buildsystem just do it You can start working on this, there should be nothing left to discuss nice new thing ☺ A new feature that was not there before
Projects

Comments

@TheJJ
Copy link
Member

TheJJ commented Apr 11, 2015

cmake can generate xcode projects, eclipse projects, visual studio projects, and whatnot. Currently we're just using the makefile backend. The alternatives should be advertised in the readme somewhere and also be provided by ./configure conveniently.

@TheJJ TheJJ added area: buildsystem Related to our cmake/python buildsystem nice new thing ☺ A new feature that was not there before labels Apr 11, 2015
@mic-e
Copy link
Member

mic-e commented Apr 11, 2015

I'm not sure about the ./configure thing; after all, ./configure is there to provide autotools-like usage.

@TheJJ TheJJ added the just do it You can start working on this, there should be nothing left to discuss label Apr 12, 2015
@TheJJ
Copy link
Member Author

TheJJ commented Apr 12, 2015

I'm just thinking the ./configure is our cmake helper. When using cmake directly, one can use -G eclipse and it'll generate the project files. This could also be supported by configure, e.g. ./configure --output xcode or something. The standard makefile-generation will be maintained of course.

@mic-e
Copy link
Member

mic-e commented Apr 12, 2015

I think people who like to use GUIs like eclipse, or even Visual Studio, will simply use the cmake GUI...

But of course, additional features that don't get in the way of existing ones are a plus most of times.

@TheJJ
Copy link
Member Author

TheJJ commented Feb 15, 2017

I added ninja support in #723

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: buildsystem Related to our cmake/python buildsystem just do it You can start working on this, there should be nothing left to discuss nice new thing ☺ A new feature that was not there before
Projects
buildsystem
  
todo
Development

No branches or pull requests

2 participants