CMakeLists.txt 118 B

123
  1. ADD_LIBRARY( NoDepC NoDepCSrc.c )
  2. # This library depends on NoDepA, but the
  3. # dependency is not explicitly specified.