Files
third_party_cmake/Tests/ComplexOneConfig/Library/moduleFile.c
T

7 lines
62 B
C

#include "moduleFile.h"
int ModuleFunction()
{
return 1;
}