summaryrefslogtreecommitdiffstats
path: root/Tests/Dependency/Exec/CMakeLists.txt
blob: 1867b1d9d5135d5713647ff9c1431ba74631964b (plain)
1
2
3
4
5
6
ADD_EXECUTABLE( exec ExecMain.c )

# This executable directly depends on NoDepB, NoDepC, SixA and SixB. However,
# since NoDepB and NoDepC do not have explicit dependency information,
# and they depend on NoDepA, we have to manually specify that dependency.
LINK_LIBRARIES( NoDepB NoDepC NoDepA SixB SixA )