Updated formatting of documentation plus a little reorganization.
[cmake.git] / Tests / Dependency / NoDepC / CMakeLists.txt
blob88b29ba6f8dd6b5593092c2b5b32d727f3dbc638
1 ADD_LIBRARY( NoDepC NoDepCSrc.c )
2 # This library depends on NoDepA, but the
3 # dependency is not explicitly specified.