CMake/Tests/RunCMake/Ninja/hello_sub_greeting.c

8 lines
81 B
C

#include <SubDirPrefix/greeting.h>
int main(void)
{
greeting();
return 0;
}