CMake/Tests/SimpleInstallS2/TestSubDir/TSD.cxx

11 lines
122 B
C++
Raw Normal View History

2004-06-01 20:55:23 +04:00
#include <stdio.h>
#include "TSD.h"
int main()
{
int res = TSD("TEST");
printf("Hello from TSD\n");
return res;
}