blob: 317c1c80b3c1d401c256909e60aa4277f1416110 [file] [log] [blame]
Radek Krejcicb293a32020-11-13 15:36:29 +01001# config file for tools
2configure_file(${PROJECT_SOURCE_DIR}/tools/config.h.in ${PROJECT_BINARY_DIR}/tools/config.h @ONLY)
3
4add_subdirectory(lint)
5add_subdirectory(re)
6
7set(format_sources
8 ${format_sources}
9 PARENT_SCOPE)