CMake: Fix introspection on Windows
authorChun-wei Fan <fanchunwei@src.gnome.org>
Mon, 12 Mar 2018 08:23:57 +0000 (16:23 +0800)
committerChun-wei Fan <fanchunwei@src.gnome.org>
Tue, 13 Mar 2018 12:17:59 +0000 (20:17 +0800)
commite9b8002a6024d7a9b6de204897345ae77bb50881
tree60ddb80ff61062f1239d2714ce630290b7c37402
parent831d4a2dab1f229811c3a90b791f2a19c88fc1b5
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.
CMakeLists.txt