Skip to content
Snippets Groups Projects
  1. Apr 07, 2021
  2. Apr 06, 2021
  3. Apr 05, 2021
  4. Apr 02, 2021
    • Brad King's avatar
      Help: Document in add_library how to import libraries with SONAME · 4d6e8995
      Brad King authored
      When using `add_library` to create an `IMPORTED` library target, there
      are a few target properties that are essential to correctly tell CMake
      about the library file.  We already cover `IMPORTED_LOCATION` and
      `IMPORTED_IMPLIB`.  Add `IMPORTED_SONAME` and `IMPORTED_NO_SONAME`,
      which are important in certain cases.
      
      Fixes: #22016
      4d6e8995
Loading