Skip to content

Instantly share code, notes, and snippets.

@DanilAndreev
Last active January 10, 2024 13:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DanilAndreev/bae338cc808348770ac351ba1a39b89f to your computer and use it in GitHub Desktop.
Save DanilAndreev/bae338cc808348770ac351ba1a39b89f to your computer and use it in GitHub Desktop.
Fixing CLion CMake tab missing

Add to .idea/misc.xml

<project version="4">
  ...
  <component name="CMakeWorkspace" PROJECT_DIR="$PROJECT_DIR$" />
  ...
</project>   

Thanks for solution to Martin Weber.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment