cmake interop work

This commit is contained in:
Hunter 2024-10-13 10:12:24 -04:00
parent 29afc49c36
commit ca96457590
9 changed files with 3718 additions and 40 deletions

11
.gdb_history Normal file
View file

@ -0,0 +1,11 @@
break ext_cmake.cc:14
r
r gen
print c_path
c
r gen
print std::filesystem::is_symlink(c_path)
print std::filesystem::read_symlink(c_path)
print std::filesystem::read_symlink(c_path)
print c_path
q