Hi,
CMake adds order-only dependencies in build.ninja between libraries and
subsequent object-files, and I cannot see why this is needed. Consider the
following CMakeLists.txt:
project( program )
add_library( A SHARED a.cc )
add_library( B SHARED b.cc )
target_link_libraries( B A )
add_executable
Dear David,
thanks for the solution. As I digged into the source-code, I found
that this was probably a solution.
Best regards,
Kristofer Tingdahl
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep
should be, so that I can change the code and make a patch. I am using
cmake 2.8.9.
Sincerely,
Kristofer Tingdahl
--
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ