Vitor Vasconcelos Araujo Silva schrieb:



[...]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...
afaics from my projects, cmake adds all needed dependencies to the sln-file. Can you provide a testcase ?

Christian

Attachment: signature.asc
Description: OpenPGP digital signature

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

Reply via email to