4c630dbbc0
Signed-off-by: Pierre Habouzit <madcoder@debian.org>
4 lines
70 B
CMake
4 lines
70 B
CMake
ADD_LIBRARY( Eight EightSrc.c )
|
|
TARGET_LINK_LIBRARIES( Eight Seven )
|
|
|