Merge topic 'fix-CustomCommand-main'

d54618f Tests/CustomCommand: Do not use 'main' in a library
This commit is contained in:
David Cole
2012-07-12 15:59:55 -04:00
committed by CMake Topic Stage

View File

@@ -1,5 +1,5 @@
#include "generated.h"
int main()
int mainGeneratedHeader()
{
return 0;
}