Sign in
fuchsia
/
third_party
/
github.com
/
Kitware
/
CMake
/
aad9033b5640b62ab47c0be926b8e05d66b735c0
/
.
/
Tests
/
OutOfBinary
/
CMakeLists.txt
blob: f50536e704787d22cac659e179a0ebcab82b90cb [
file
] [
log
] [
blame
]
add_library(outlib outlib.c)
add_executable(outexe outexe.c)
target_link_libraries(outexe subdir)