Updated submodules
This commit is contained in:
@@ -9,7 +9,9 @@ int main(int argc, char** argv)
|
|||||||
using namespace PashaBibko::LXC;
|
using namespace PashaBibko::LXC;
|
||||||
using namespace PashaBibko;
|
using namespace PashaBibko;
|
||||||
|
|
||||||
|
// Prints the used filepath to the log (used for debugging) //
|
||||||
std::filesystem::path src = "examples/Basic.lx";
|
std::filesystem::path src = "examples/Basic.lx";
|
||||||
|
Util::Log("Compiling file: [", src, "]");
|
||||||
|
|
||||||
// Reads the given file to a string //
|
// Reads the given file to a string //
|
||||||
Util::ReturnVal fileContents = Util::ReadFile(src);
|
Util::ReturnVal fileContents = Util::ReadFile(src);
|
||||||
|
|||||||
2
external/googletest
vendored
2
external/googletest
vendored
Submodule external/googletest updated: 373af2e3df...50b8600c63
2
external/util
vendored
2
external/util
vendored
Submodule external/util updated: 537e037b8e...7b0a0d11ab
Reference in New Issue
Block a user