Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
40cb75e3a1adb66ca65a01e16a9885a7ebcc8e8c
/
.
/
Tests
/
Dependency
/
Exec4
/
CMakeLists.txt
blob: 036d5e8c404c3d5b2a6e9960f13c15dd4ede8dd4 [
file
]
# Even though Five's dependency on Two is explicitly satisfied, Two
# must be emitted again in order to satisfy a cyclic dependency on Three.
link_libraries( Five Two Five )
add_executable( exec4 ExecMain.c )