EasyClangComplete icon indicating copy to clipboard operation
EasyClangComplete copied to clipboard

Recursive names project fails to build dependency tree project

Open Masorubka1 opened this issue 2 years ago • 0 comments

System info:

  • Sublime Text version: 4143 stable
  • Which system are you on: mac os
  • Clang version: 15

What happens:

I have sructure of project: project:

  • client/
  • server/
  • common/ CMakeLists.txt Several parts of server contain common parts for include, so when i try to use common library in server, autocomplete fails. Interesting thing happens when i remove from cmake file server string "project name", because autocomplete fixes. There are no same problems with client or simple building with cmake. main CMake image server cmake image fixed server cmake image
Error log image

Masorubka1 avatar Feb 26 '23 21:02 Masorubka1