Initial commit.
[CMakeLuaTailorHgBridge.git] / CMakeLua / Tests / Dependency / Exec4 / CMakeLists.txt
blob6fcb15383d8c50351d8c9e3c106966dc9c2d475d
1 # Even though Five's dependency on Two is explicitly satisfied, Two
2 # must be emitted again in order to satisfy a cyclic dependency on Three.
3 LINK_LIBRARIES( Five Two Five )
5 ADD_EXECUTABLE( exec4 ExecMain.c )