9 # include <vcl_msvc_warnings.h> 15 #include <vcl_where_root_dir.h> 19 char* ptr = std::getenv(
"VXLSRC");
21 return std::string(ptr);
23 ptr= std::getenv(
"VCLSRC");
25 return std::string(ptr);
27 ptr= std::getenv(
"VXL_SRC");
29 return std::string(ptr);
31 return std::string(VCL_SOURCE_ROOT_DIR);
Function to return root directory (i.e.
std::string testlib_root_dir()
Return source root directory (ie the one just below vcl and vxl).