Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
libyang
/
79ad014f8de1eaeb3e7ad9ec8de41f733f182a0c
/
.
/
tools
/
CMakeLists.txt
blob: 94b4eed46d4b325af7b111c6a7bb05303f574c71 [
file
] [
log
] [
blame
]
# config file for tools
configure_file
(
$
{
PROJECT_SOURCE_DIR
}/
tools
/
config
.
h
.
in
$
{
PROJECT_BINARY_DIR
}/
tools
/
config
.
h
@ONLY
)
add_subdirectory
(
lint
)
if
(
NOT WIN32
)
add_subdirectory
(
re
)
endif
()
set
(
format_sources
$
{
format_sources
}
PARENT_SCOPE
)