2002-05-02 00:24:47 +04:00
|
|
|
# This executable directly depends on NoDepB, NoDepC, SixA and SixB. However,
|
2002-05-01 22: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 21:47:32 +04:00
|
|
|
link_libraries( NoDepB NoDepC NoDepA SixB SixA )
|
2002-05-02 21:17:10 +04:00
|
|
|
|
2012-08-13 21:47:32 +04:00
|
|
|
add_executable( exec ExecMain.c )
|
2002-05-02 21:17:10 +04:00
|
|
|
|