commit | e9b8002a6024d7a9b6de204897345ae77bb50881 | [log] [tgz] |
---|---|---|
author | Chun-wei Fan <fanchunwei@src.gnome.org> | Mon Mar 12 16:23:57 2018 +0800 |
committer | Chun-wei Fan <fanchunwei@src.gnome.org> | Tue Mar 13 20:17:59 2018 +0800 |
tree | 60ddb80ff61062f1239d2714ce630290b7c37402 | |
parent | 831d4a2dab1f229811c3a90b791f2a19c88fc1b5 [diff] |
CMake: Fix introspection on Windows The list of source files to pass to g-ir-scanner is becoming too long for Windows, as Windows imposes a 8192-character limit for command lines, so we need to first transform that list into a listings file, and then use the --filelist option for g-ir-scanner to build the introspection files.