mirror of
https://github.com/reactos/CMake.git
synced 2025-02-24 22:12:46 +00:00
4 lines
95 B
CMake
4 lines
95 B
CMake
ADD_LIBRARY( One OneSrc.c )
|
|
# This library has no dependencies
|
|
TARGET_LINK_LIBRARIES( One "" )
|