summaryrefslogtreecommitdiff
path: root/Tests/Dependency/NoDepC/CMakeLists.txt
blob: 88b29ba6f8dd6b5593092c2b5b32d727f3dbc638 (plain)
1
2
3
ADD_LIBRARY( NoDepC NoDepCSrc.c )
# This library depends on NoDepA, but the
# dependency is not explicitly specified.