2002-05-01 16:24:47 -04:00
|
|
|
# This executable directly depends on NoDepB, NoDepC, SixA and SixB. However,
|
2002-05-01 14:00:21 -04:00
|
|
|
# since NoDepB and NoDepC do not have explicit dependency information,
|
|
|
|
# and they depend on NoDepA, we have to manually specify that dependency.
|
2002-05-01 16:24:47 -04:00
|
|
|
LINK_LIBRARIES( NoDepB NoDepC NoDepA SixB SixA )
|
2002-05-02 13:17:10 -04:00
|
|
|
|
|
|
|
ADD_EXECUTABLE( exec ExecMain.c )
|
|
|
|
|