blob: 9e3e65f58a5ee56b15a823b210a9b8fe45a85b24 [file] [log] [blame]
project('extract nonexisting gen', 'c')
lib1 = library('lib1', 'src1.c', 'src2.c', override_options: ['unity=on'])
lib2 = library('lib2', objects: lib1.extract_objects('src1.c'))