blob: 34e6eb35968fdb14a1fd7a49899adf229c10c1bd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
name: system-cxx-std-lib
version: 1.0
visibility: public
id: system-cxx-std-lib-1.0
key: system-cxx-std-lib-1.0
synopsis: A placeholder for the system's C++ standard library implementation.
category: System
abi: 00000000000000000000000000000000
exposed: True
exposed-modules:
extra-libraries: @CXX_STD_LIB_LIBS@
library-dirs: @CXX_STD_LIB_LIB_DIRS@
dynamic-library-dirs: @CXX_STD_LIB_DYN_LIB_DIRS@
|