[CMake] integrating cmake project with third party project

Jack Kelly endgame.dos at gmail.com
Mon Jun 25 09:12:17 EDT 2007


abhijeet mhatre wrote:
> I am using cmake for my project. My project has a dependency which is a 3rd party makefile based project.
> I want cmake to just go to the other project directory and execute make over there and come back.
> I want this to be done when I type make.
> Is there any way to do it?

Try ADD_CUSTOM_COMMAND.

-- Jack


More information about the CMake mailing list