build(libconfig): serif now uses libconfig
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
int main(int argv, char **argc) {
|
||||
std::string CONFIG_FILENAME = std::string(getenv("MESON_SOURCE_ROOT")) + "/tests/testsConfig.yaml";
|
||||
serif::config::Config& config = serif::config::Config::getInstance();
|
||||
fourdst::config::Config& config = fourdst::config::Config::getInstance();
|
||||
config.loadConfig(CONFIG_FILENAME);
|
||||
// Read the mesh from the given mesh file
|
||||
std::string meshFile = argc[1];
|
||||
|
||||
Reference in New Issue
Block a user