cirosantilli/cmake/multi_file/a.h

cmake/multi_file/a.h
#ifndef A_H
#define A_H
int a(void);
#endif