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