4 lines
70 B
CMake
4 lines
70 B
CMake
add_library( Eight EightSrc.c )
|
|
target_link_libraries( Eight Seven )
|
|
|
add_library( Eight EightSrc.c )
|
|
target_link_libraries( Eight Seven )
|
|
|