Sign in
cmake
/
cmake
/
76f08a107b344daff524974868ab30353bd9b255
/
.
/
Tests
/
Dependency
/
NoDepB
/
CMakeLists.txt
blob: 1c70f375c50d0409fa0ae20f2a091eb7c0c892d3 [
file
] [
log
] [
blame
]
add_library( NoDepB NoDepBSrc.c )
# This library depends on NoDepA, but the
# dependency is not explicitly specified.