mirror of https://github.com/yandex/odyssey.git
13 lines
140 B
CMake
13 lines
140 B
CMake
![]() |
#ifndef MM_BUILD_H_
|
||
|
#define MM_BUILD_H_
|
||
|
|
||
|
/*
|
||
|
* machinarium.
|
||
|
*
|
||
|
* cooperative multitasking engine.
|
||
|
*/
|
||
|
|
||
|
#cmakedefine HAVE_VALGRIND 1
|
||
|
|
||
|
#endif
|