BehaviorTree/BehaviorTree.CPP

Unable to link behaviortree_cpp to my CMake Project on Windows - (Missing .lib File)

aiswaryame94 opened this issue · 1 comments

I am facing difficulties linking a 3rd party library to my CMake project on Windows. The primary issue revolves around the inability to locate the required .lib file. I have attempted to install the library, but the installation process has failed. Could you kindly help?

I am facing difficulties linking a 3rd party library to my CMake project on Windows. The primary issue revolves around the inability to locate the required .lib file. I have attempted to install the library, but the installation process has failed. Could you kindly help?

Start by trying to compile this minimum guide: https://github.com/BehaviorTree/btcpp_sample
If that doesn't work, please post your

  • Windows version
  • Cmake version
  • Logs of compilation