1include_directories(. .. ../../include)
2
3add_library(
4  conf
5
6  OBJECT
7
8  conf.c
9)
10