CMake/Tests/Dependency/1/CMakeLists.txt

4 lines
95 B
CMake
Raw Normal View History

2002-05-01 22:00:21 +04:00
ADD_LIBRARY( One OneSrc.c )
# This library has no dependencies
TARGET_LINK_LIBRARIES( One "" )