cmake/Tests/Dependency/NoDepC/CMakeLists.txt

4 lines
118 B
CMake
Raw Normal View History

2013-03-16 19:13:01 +02:00
add_library( NoDepC NoDepCSrc.c )
# This library depends on NoDepA, but the
# dependency is not explicitly specified.