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 _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
