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.
|
2012-08-13 13:47:32 -04:00
|
|
|
link_libraries( NoDepB NoDepC NoDepA SixB SixA )
|
2002-05-02 13:17:10 -04:00
|
|
|
|
2012-08-13 13:47:32 -04:00
|
|
|
add_executable( exec ExecMain.c )
|
2002-05-02 13:17:10 -04:00
|
|
|
|