[...]So, the question: Is it possible to control this kind of dependecies/behavior from CMakeLists files?

Yes.  Look up ADD_DEPENDENCIES at http://cmake.org/HTML/Documentation.html.

Alan

Thanks Alan, but it doesn't help. If I use it, I cannot build the Visual Studio project, because the dependence is a library that I intend to build inside my project. Well, maybe I'm doing something wrong, but I almost sure I cannot add a library as a dependence before have it built. So, my problem continues...
    Thanks a lot,

    Vitor


_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to