11 lines
88 B
CMake
11 lines
88 B
CMake
|
include_directories(. .. ../../include)
|
||
|
|
||
|
add_library(
|
||
|
comp
|
||
|
|
||
|
OBJECT
|
||
|
|
||
|
comp.c
|
||
|
zlib.c
|
||
|
)
|