I'm trying to get a pre-build step to check to see if a file exists, to that end I have:
[[ if ( !exist( "svnversion.h" ) ) { printl( "Hello" ); } ]]
But I get an error stating "the index 'exist' does not exist".
Can someone please point out what I'm doing wrong?
Thank you!