Skip to content
Snippets Groups Projects
Commit 93177b78 authored by renchao.lu's avatar renchao.lu Committed by Dmitry Yu. Naumov
Browse files

[BL] check if the project directory is set.

parent 27ebc723
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,11 @@ bool project_directory_is_set = false;
namespace BaseLib
{
bool isProjectDirectorySet()
{
return project_directory_is_set;
}
/**
* Returns true if given file exists.
*/
......
......@@ -22,6 +22,11 @@
namespace BaseLib
{
/**
* \brief Returns true if the project directory is set.
*/
bool isProjectDirectorySet();
/**
* \brief Returns true if given file exists.
*
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment