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

[CMAKE MODULES] cmake to create a rule compile #4

Open
jguidoux opened this issue Oct 8, 2015 · 0 comments
Open

[CMAKE MODULES] cmake to create a rule compile #4

jguidoux opened this issue Oct 8, 2015 · 0 comments

Comments

@jguidoux
Copy link

jguidoux commented Oct 8, 2015

Cmake should generate a rule compile .
The rule compile :

  • compile sources from src/main/headers/ and src/main/cpp/
  • place *.o files in build/main-obj/
  • copy headers in `build/tmp/headers/
  • place produces libraries (*.a, *.so *.dll) in build/tmp/lib/
  • place produce executable in build/tmp/bin/

This shoule be done in the module 'graple-cpp'

@jguidoux jguidoux added this to the Version 1.3.0 milestone Oct 8, 2015
@jguidoux jguidoux changed the title Exemple with a cmake to create a rule compile [CMAKE MODULES] cmake to create a rule compile Oct 13, 2015
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