Hi,
I have the following directory structure
ProjName
|
-> src
|
->lib
|
->app
if I execute cmake -DBUILD_TYPE=Debug at the app level then the linking
fails with missing lib. Obviously this because the lib is not compiled. Is
there any way for me to detect that when I do cmake in the app folder that
lib is not compiled and then compile for the linking to work. BTW if I do
cmake @ the src level then everything works fine.
Waiting for your replies and thanking you in advance.
Regards,
Aj
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake