blob: 167db7db5ac469069a109b2b66e829671a0fcd39 [file] [log] [blame]
# Copyright (c) 2020 Project CHIP Authors
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
config("nlio_config") {
include_dirs = [ "repo/include" ]
}
source_set("nlio") {
sources = [
"repo/include/nlbyteorder-big.h",
"repo/include/nlbyteorder-little.h",
"repo/include/nlbyteorder.h",
"repo/include/nlbyteorder.hpp",
"repo/include/nlio-base.h",
"repo/include/nlio-base.hpp",
"repo/include/nlio-byteorder-big.h",
"repo/include/nlio-byteorder-big.hpp",
"repo/include/nlio-byteorder-little.h",
"repo/include/nlio-byteorder-little.hpp",
"repo/include/nlio-byteorder.h",
"repo/include/nlio-byteorder.hpp",
"repo/include/nlio-private.h",
"repo/include/nlio.h",
"repo/include/nlio.hpp",
]
public_configs = [ ":nlio_config" ]
}