You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
server cmake
fixed server cmake
Error log
The text was updated successfully, but these errors were encountered:
System info:
4143 stable
mac os
15
What happens:
I have sructure of project:
project:
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
server cmake
fixed server cmake
The text was updated successfully, but these errors were encountered: