Automatically updating CMakeLists.txt after Perforce commands
After performing an integration with perforce - with the CLion GUI - that adds/removes files, my CMakeLists.txt file does NOT keep track of the changes. For example, new files added by perforce are not added in the CMakeLists.txt file and files removed by perforce are not removed in the CMakeLists.txt file, which breaks the project. Is there any way to make CLion automatically update your CMakeLists.txt file after running Perforce commands that add/removes files?
Please sign in to leave a comment.
Hi! It hasn't been implemented in CLion yet. Feel free to create a feature request in our tracker: https://youtrack.jetbrains.com/issues/CPP.