Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / Dependency / Exec / CMakeLists.txt
blob97fffe706d65dc105b33c55713e8411b336b023f
1 # This executable directly depends on NoDepB, NoDepC, SixA and SixB. However,
2 # since NoDepB and NoDepC do not have explicit dependency information,
3 # and they depend on NoDepA, we have to manually specify that dependency.
4 LINK_LIBRARIES( NoDepB NoDepC NoDepA SixB SixA )
6 ADD_EXECUTABLE( exec ExecMain.c )