You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Florian Oswald edited this page Oct 10, 2013
·
2 revisions
Make vs Cmake
is it possible to intuitively explain which part of the build process in our example either make and cmake take care of? In other words, when do I have to run make as opposed to cmake after making changes to the code?
How could I tell make NOT to build the tests in the current run - say I'm trying out something but don't want to rewrite all my tests before I can run it. I've got a rough idea of how to do that with a Makefile, but the one generate by cmake in reactor/build I don't find easy to understand.