10 lines
85 B
CMake
10 lines
85 B
CMake
include_directories(. .. ../../include)
|
|
|
|
add_library(
|
|
stack
|
|
|
|
OBJECT
|
|
|
|
stack.c
|
|
)
|