diff options
| author | Nat Goodspeed <nat@lindenlab.com> | 2019-11-01 10:23:31 -0400 | 
|---|---|---|
| committer | Nat Goodspeed <nat@lindenlab.com> | 2020-03-25 19:06:12 -0400 | 
| commit | 71f6f43a320e9b3538d86035f01a5279340547e5 (patch) | |
| tree | 72b3f27358bbc40b5a4c46216d9a1cccaaaedd17 | |
| parent | 44b9dd2e8076c703ad474a56a4bc1eb2a9d4529b (diff) | |
DRTVWR-476: Annotate Mani's plea from 2009 with a suggested solution.
However, this is not the right moment to perform that refactoring.
| -rw-r--r-- | indra/newview/CMakeLists.txt | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/indra/newview/CMakeLists.txt b/indra/newview/CMakeLists.txt index d7e10f610b..522b97f9d3 100644 --- a/indra/newview/CMakeLists.txt +++ b/indra/newview/CMakeLists.txt @@ -1773,6 +1773,11 @@ if (WINDOWS)      # be met. I'm looking forward to a source-code split-up project next year that will address this kind of thing.      # In the meantime, if you have any ideas on how to easily maintain one list, either here or in viewer_manifest.py      # and have the build deps get tracked *please* tell me about it. +    # nat: https://cmake.org/cmake/help/v3.14/command/file.html +    # "For example, the code +    # file(STRINGS myfile.txt myfile) +    # stores a list in the variable myfile in which each item is a line from the input file." +    # And of course it's straightforward to read a text file in Python.      set(COPY_INPUT_DEPENDENCIES        # The following commented dependencies are determined at variably at build time. Can't do this here. | 
