mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-02 20:00:38 -06:00
link lines, which affects external libraries pulled up from deep within the dependency tree. Fixed by preserving order everywhere.
8 lines
66 B
C
8 lines
66 B
C
void OneFunc();
|
|
|
|
void TwoFunc()
|
|
{
|
|
OneFunc();
|
|
NoDepZ_func();
|
|
}
|