11 lines
91 B
CMake
11 lines
91 B
CMake
|
include_directories(. .. ../../include)
|
||
|
|
||
|
add_library(
|
||
|
buf
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
buf.c
|
||
|
buf_error.c
|
||
|
)
|