Privacy
An open-source, flexible 3D physical simulation framework
config.h
Go to the documentation of this file.
1 /*
2  * This file is used to export cmake variables into c/c++.
3  */
4 
5 #ifndef MARS_GRAPHICS_CONFIG_H
6 #define MARS_GRAPHICS_CONFIG_H
7 
8 #define MARS_GRAPHICS_DEFAULT_RESOURCES_PATH "/Developer/bob-learning-dev/install/share/mars/graphics/resources"
9 
10 #endif