odyssey/sources/build.h.cmake

13 lines
140 B
CMake

#ifndef MM_BUILD_H_
#define MM_BUILD_H_
/*
* machinarium.
*
* cooperative multitasking engine.
*/
#cmakedefine HAVE_VALGRIND 1
#endif