Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recursive names project fails to build dependency tree project #771

Open
Masorubka1 opened this issue Feb 26, 2023 · 0 comments
Open

Recursive names project fails to build dependency tree project #771

Masorubka1 opened this issue Feb 26, 2023 · 0 comments

Comments

@Masorubka1
Copy link

Masorubka1 commented Feb 26, 2023

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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant