Skip to content
This repository has been archived by the owner on Sep 6, 2018. It is now read-only.

Consider switching to CMake #5

Closed
fusepilot opened this issue Jan 10, 2017 · 1 comment
Closed

Consider switching to CMake #5

fusepilot opened this issue Jan 10, 2017 · 1 comment

Comments

@fusepilot
Copy link

https://cmake.org/overview/

This would ( as I understand it ) allow for a few improvements.

  • Maintain a single cross-platform build file instead of 2 platform specific project files ( .xcodeproj and .vcproj ).
  • Generate project files for many IDE's or build systems dynamically. ( XCode, VS, Eclipse, Make, Ninja, ...etc )
  • If desired, use a single IDE (CLion) that works across platforms instead of needing to know both XCode and VS.

Bottom line, it seems like it would make maintenance easier and allow plugin developers to use their ideal toolchain to build cross-platform while not losing any current abilities.

@andreasblock
Copy link
Collaborator

Hi,
thanks for your suggestion.
I'll forward it to our development department.
Yet, I don't want to raise too much hope. There's quite some infrastructure based on the current build system and it is used heavily internally. This change would not be as easy as it may seem from the outside.
Bye,
Andreas

@rgigante rgigante closed this as completed Sep 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants