summaryrefslogtreecommitdiff
path: root/Tests/Dependency/1/CMakeLists.txt
blob: a8e74e40ba4cafb7cece062cbf16f91b205bb797 (plain)
1
2
3
add_library( One OneSrc.c )
# This library has no dependencies
target_link_libraries( One "" )