Newer
Older
minerva / Meta / gn / build / libs / crypt / BUILD.gn
@minerva minerva on 13 Jul 172 bytes Initial commit
config("crypt_config") {
  visibility = [ ":crypt" ]
  libs = [ "crypt" ]
}

group("crypt") {
  if (current_os == "linux") {
    public_configs = [ ":crypt_config" ]
  }
}