cmake/Help/variable/CMAKE_LANG_LIBRARY_ARCHITECTURE.rst

9 lines
343 B
ReStructuredText
Raw Normal View History

2014-08-03 19:52:23 +02:00
CMAKE_<LANG>_LIBRARY_ARCHITECTURE
---------------------------------
2015-11-17 17:22:37 +01:00
Target architecture library directory name detected for ``<LANG>``.
2014-08-03 19:52:23 +02:00
2015-11-17 17:22:37 +01:00
If the ``<LANG>`` compiler passes to the linker an architecture-specific
system library search directory such as ``<prefix>/lib/<arch>`` this
variable contains the ``<arch>`` name if/as detected by CMake.