mirror of
https://github.com/reactos/CMake.git
synced 2024-12-11 13:24:58 +00:00
939035ad91
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();
|
|
}
|