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

optimize compilation process #53

Open
3 of 4 tasks
dixx opened this issue Nov 7, 2015 · 1 comment
Open
3 of 4 tasks

optimize compilation process #53

dixx opened this issue Nov 7, 2015 · 1 comment

Comments

@dixx
Copy link
Owner

dixx commented Nov 7, 2015

For convenient compiling/running/debugging of the project, we need to think about:

  • a method to automatically link the project to local Irrlicht/IrrKlang lib folders (e.G. via environmental variables)
  • a cross-platform make file (CMake was introduced by mbrendler)
  • a method to copy necessary media files and lib files to the output folder
  • a method to have tests in the same or another project
@dixx dixx added the clarify label Nov 7, 2015
@dixx
Copy link
Owner Author

dixx commented Mar 29, 2016

CMake provides most of the wanted features, so let's use it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant