I have two c++ libraries each depending on the other which creates a
circular linker dependency problem. Does anyone know how to solve this
problem? If this is not possible to solve at the command-line level can
someone tell me how I can write a ADD_CUSTOM_COMMAND or ADD_CUSTOM_TARGET
that will collect all the object files into a new library and make my
executable depend on that new library target.

 

Thanks, Tal

 

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to