Skip to content

Instantly share code, notes, and snippets.

View HE-Wenjian's full-sized avatar

Wenjian He HE-Wenjian

  • HKUST: Hong Kong Univ. of Science and Technology
  • China
View GitHub Profile
@HE-Wenjian
HE-Wenjian / meson.build
Last active June 14, 2020 05:17
meson dependency searching with Conan
#############################################
# -----------
# Import from conan only.
# -----------
conan_pkgs= {
'fmt':'fmt/5.3.0@', # <- Must contain @, otherwise Conan will think it is a path
# ... the dependency list goes on
}
# Adding new dependencies to this dict is error-free, but if you