Sign in
chromium
/
external
/
github.com
/
Kitware
/
CMake
/
master
/
.
/
Tests
/
OutOfBinary
/
CMakeLists.txt
blob: f50536e704787d22cac659e179a0ebcab82b90cb [
file
]
add_library(outlib outlib.c)
add_executable(outexe outexe.c)
target_link_libraries(outexe subdir)