mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-04-01 04:40:23 +02:00
Using a source_set here keeps the linker on Windows from discarding exported compilation units that are not directly called from inside libcef_static. This may also fix linker errors on Linux due to CEF's use of an intermediate static library (see https://crbug.com/1319006#c2).