blob: 24e2c98ea8f0785a6401bd96d7eb598b99a9a0ac [file] [log] [blame]
# SPDX-License-Identifier: LGPL-2.1-or-later
#
# This file is part of libgpiod.
#
# Copyright (C) 2017-2018 Bartosz Golaszewski <bartekgola@gmail.com>
#
SUBDIRS = .
if WITH_BINDINGS_CXX
SUBDIRS += cxx
endif
if WITH_BINDINGS_PYTHON
SUBDIRS += python
endif