Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
40cb75e3a1adb66ca65a01e16a9885a7ebcc8e8c
/
.
/
Tests
/
Dependency
/
Exec3
/
CMakeLists.txt
blob: 7f981d6621496e43744b38c1eab44b82bea9d066 [
file
]
# Here, Five already has it's immediate dependency, Two satisfied. We must
# make sure Two gets output anyway, because Eight indirectly depends on it.
link_libraries( Five Two Eight Five )
add_executable( exec3 ExecMain.c )