CMake/Tests/Dependency/NoDepB/CMakeLists.txt

4 lines
118 B
CMake
Raw Normal View History

2002-05-01 22:00:21 +04:00
ADD_LIBRARY( NoDepB NoDepBSrc.c )
# This library depends on NoDepA, but the
# dependency is not explicitly specified.