yinghaoyu

Results 3 comments of yinghaoyu

I have same problem. ```cmake find_package(TinyXML2 REQUIRED) if(TinyXML2_FOUND) include_directories(${TinyXML2_INCLUDE_DIRS}) endif() ```

I had taken advice from gpt4.0. ```cmake include_directories(/path/to/tinyxml2/include) link_directories(/path/to/tinyxml2/lib) ```

Lab3 has bugs too ```bash Running main() from gmock_main.cc [==========] Running 5 tests from 1 test suite. [----------] Global test environment set-up. [----------] 5 tests from LockManagerTest [ RUN ]...