Files
igl/tutorial/tutorial_shared_path.h.in
T
Daniel Crispell a0eed05e8b Enable out of source tutorial build
Use CMake's "configure_file" functionality to store path to the tutorial
shared directory, enabling tutorial executables build out of source to
correctly find the data files.
2015-10-09 22:52:39 -04:00

11 lines
176 B
C

#ifndef tutorial_shared_path_h_included
#define tutorial_shared_path_h_included
#include <string>
const std::string tutorial_shared_path("@TUTORIAL_SHARED_PATH@");
#endif