Environment manager base architecture implemented
This commit is contained in:
parent
2019e7db41
commit
9f27ad0af3
30 changed files with 1555 additions and 1 deletions
15
env_manager/include/config/config.hpp.cmake
Normal file
15
env_manager/include/config/config.hpp.cmake
Normal file
|
@ -0,0 +1,15 @@
|
|||
#ifndef ENV_MANAGER_CONFIG_CONFIG_H_
|
||||
#define ENV_MANAGER_CONFIG_CONFIG_H_
|
||||
|
||||
namespace env_manager
|
||||
{
|
||||
namespace config
|
||||
{
|
||||
|
||||
constexpr char kConfigurationFilesDirectory[] = "@ENV_MANAGER_CONFIGURATION_FILES_DIRECTORY@";
|
||||
constexpr char kSourceDirectory[] = "@PROJECT_SOURCE_DIR@";
|
||||
|
||||
} // namespace config
|
||||
} // namespace env_manager
|
||||
|
||||
#endif // ENV_MANAGER_CONFIG_CONFIG_H_
|
Loading…
Add table
Add a link
Reference in a new issue