blob: 1561a1db900b5e7118335e356233ba2247e18f17 (
plain)
1
2
3
4
5
6
7
8
9
|
CMAKE_IMPORT_LIBRARY_PREFIX
---------------------------
The prefix for import libraries that you link to.
The prefix to use for the name of an import library if used on this
platform.
``CMAKE_IMPORT_LIBRARY_PREFIX_<LANG>`` overrides this for language ``<LANG>``.
|