10 lines
78 B
CMake
10 lines
78 B
CMake
|
include_directories(../../include)
|
||
|
|
||
|
add_library(
|
||
|
pool
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
pool.c
|
||
|
)
|