mirror of
https://github.com/reactos/CMake.git
synced 2025-02-26 15:05:34 +00:00
4 lines
73 B
CMake
4 lines
73 B
CMake
ADD_LIBRARY( Three ThreeSrc.c )
|
|
TARGET_LINK_LIBRARIES( Three One Four )
|
|
|