summaryrefslogtreecommitdiff
path: root/etc/import/TARGETS.fmt
blob: b42560421375956688c5635cbce6b93516e3da10 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{ "fmt-lib":
  { "type": ["@", "rules", "CC", "library"]
  , "name": ["fmt"]
  , "srcs": ["src/format.cc", "src/os.cc"]
  , "hdrs": [["./", "include/fmt", "hdrs"]]
  }
, "fmt":
  { "type": "export"
  , "target": "fmt-lib"
  , "flexible_config":
    [ "OS"
    , "ARCH"
    , "TARGET_ARCH"
    , "COMPILER_FAMILY"
    , "DEBUG"
    , "CXX"
    , "CXXFLAGS"
    , "AR"
    , "ENV"
    ]
  }
}