CMake Nightly Date Stamp
[kiteware-cmake.git] / Tests / Dependency / Exec / CMakeLists.txt
bloba9206857f32c8617175c06d037bb5b73407f66b5
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 )