mirror of
https://github.com/reactos/reactos.git
synced 2026-09-25 19:49:37 +08:00
- Use `target_include_directories()` in the libraries' CMakeLists.txt for exposing their include path to their users, so that these library users do not have to manually add these paths to their own CMakeLists.txt. - Explicitly specify `STATIC` in `add_library()` for static libraries. Libraries: - dll/opengl: MESA - sdk/lib/3rdparty: ADNS, LIBICONV, LIBMPG123, LIBSAMPLERATE, LIBXML2 - sdk/lib/drivers: ARBITER, HIDPARSER, MMIXER, SPTILIB, VIRTIO - sdk/lib: CRYPTLIB, DMILIB, EVTLIB, INFLIB, SKIPLIST, TDILIB, TZLIB, UDMIHELP - win32ss/user/winsrv: CONCFG