SDL: config.h.in is pre source tree, config.h for each cmake build

This commit is contained in:
Alam Ed Arias 2016-01-14 12:32:04 -05:00
parent 99fad84674
commit 106287aca5
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
/// \brief SRB2 system stuff for SDL
#ifdef CMAKECONFIG
#include "../config.h"
#include "config.h"
#else
#include "../config.h.in"
#endif