CMakeLists.txt 118 B

123
  1. add_library( NoDepB NoDepBSrc.c )
  2. # This library depends on NoDepA, but the
  3. # dependency is not explicitly specified.