KiCad PCB EDA Suite
|
#include <wx/dir.h>
#include <wx/filename.h>
#include <wx/stdpaths.h>
#include <wx/string.h>
#include <wx/utils.h>
#include <kiplatform/environment.h>
#include <paths.h>
#include <config.h>
#include <build_version.h>
#include <macros.h>
#include <wx_filename.h>
Go to the source code of this file.
Macros | |
#define | KICAD_PATH_STR wxT( "kicad" ) |
Functions | |
static wxString | getBuildDirectoryRoot () |
Get the CMake build root directory for the current executable (which assumes the executable is in a build directory). | |
|
static |
Get the CMake build root directory for the current executable (which assumes the executable is in a build directory).
This is done because not all executable are located at the same depth in the build directory.
Definition at line 161 of file paths.cpp.
References PATHS::GetExecutablePath().
Referenced by PATHS::GetStockDataPath().