diff --git a/LXC/LXC.cpp b/LXC/LXC.cpp index 85cd377..61167b8 100644 --- a/LXC/LXC.cpp +++ b/LXC/LXC.cpp @@ -9,7 +9,9 @@ int main(int argc, char** argv) using namespace PashaBibko::LXC; using namespace PashaBibko; + // Prints the used filepath to the log (used for debugging) // std::filesystem::path src = "examples/Basic.lx"; + Util::Log("Compiling file: [", src, "]"); // Reads the given file to a string // Util::ReturnVal fileContents = Util::ReadFile(src); diff --git a/external/googletest b/external/googletest index 373af2e..50b8600 160000 --- a/external/googletest +++ b/external/googletest @@ -1 +1 @@ -Subproject commit 373af2e3df71599b87a40ce0e37164523849166b +Subproject commit 50b8600c63c5487e901e2845a0f64d384a65f75d diff --git a/external/util b/external/util index 537e037..7b0a0d1 160000 --- a/external/util +++ b/external/util @@ -1 +1 @@ -Subproject commit 537e037b8eb469fcb6c2ae1bc2fb17defb6b5d88 +Subproject commit 7b0a0d11ab82059cc159c8dd9d70fd2e5598f058