Files
reactos/sdk/lib/evtlib
Hermès Bélusca-Maïto 3fef582378 [CMAKE] Static libraries: Use target_include_directories() (#9523)
- 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
2026-09-14 22:03:55 +02:00
..
…