1
SFML projects / Re: Thor 2.0 cmake build error OS X 10.7
« on: April 18, 2012, 03:10:55 am »
The file you need (I think at least) is FindSFML.cmake and its located in the SFML source dir under cmake/Modules.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
#ifdef _WIN32
#define WIN32_LEAN_AND_MEAN
#include "windows.h"
INT WINAPI WinMain( HINSTANCE hInst, HINSTANCE, LPSTR strCmdLine, INT )
#else
int main(int argc, char **argv)
#endif