4 lines
95 B
CMake
4 lines
95 B
CMake
add_library( One OneSrc.c )
|
|
# This library has no dependencies
|
|
target_link_libraries( One "" )
|