CMake/Tests/SourceFileIncludeDirProperty/main.c

8 lines
49 B
C

#include "header.h"
int main()
{
return 0;
}