Necessary Maintenance #16335
Do you need the "setliblist.cmake" file?
0%
Description
studio project ... makes a file called setliblist.cmake . Is that file necessary? The existence of this file means that when I do "source s<tab>" I don't get "source setup.sh". I get "source set" and then I have to think. I'd rather think about something else. Can this file be called something else? Or can it be moved to within the studio product (you are guaranteed to have that set up, so the file can be easily found)? Thanks!
History
#1 Updated by Adam Lyon over 3 years ago
I see that setliblist.cmake is necessary.
#2 Updated by Christopher Green over 3 years ago
- Status changed from New to Accepted
We will review this functionality to ascertain whether this .cmake
file can be relocated into the studio package; in the alternative, we will rename it to avoid collisions.
#3 Updated by Kyle Knoepfel about 3 years ago
- Tracker changed from Feature to Necessary Maintenance
I have renamed the file from 'setliblist.cmake'
to 'libsForPlugins.cmake'
, thus providing easier tab completion for source setup.sh
. However, I have also reclassified this as a "Necessary Maintenance" issue since it should be possible to move this functionality somewhere else. For that reason, I am not marking this issue as resolved.