0e6b39e52f
- Make sure the original link line is untouched - Avoid duplicating the link line when supporting version < 1.4 - Make sure the cyclic dependencies and such are output correctly in complicated cases. - Avoid outputing dependencies that are already satisfied on the original link line when possible.
4 lines
68 B
CMake
4 lines
68 B
CMake
ADD_LIBRARY( Seven SevenSrc.c )
|
|
TARGET_LINK_LIBRARIES( Seven Two )
|
|
|