# Copyright(c) 2015-present, Gabi Melman & spdlog contributors. # Distributed under the MIT License (http://opensource.org/licenses/MIT) cc_binary( name = "HelloWorld", srcs = ["main.cpp"], deps = ["@spdlog"] )