Hi,
I have a somewhat strange problem when linking with static libraries. I
have an executable that
links to a static library. If I modify only a source (cpp) file of the
static lib, the lib is rebuilt and
reinstalled but the executable is not relinked to the static lib (so
changes are not reflected in the
executable...).
Is there a special way to specify dependence to a static lib or putting
static lib in the
TARGET_LINK_LIBRARIES command of executable's CMake file suffices?
Cheers,
Jean.
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake