Radek Krejci | cb293a3 | 2020-11-13 15:36:29 +0100 | [diff] [blame] | 1 | # config file for tools |
2 | configure_file(${PROJECT_SOURCE_DIR}/tools/config.h.in ${PROJECT_BINARY_DIR}/tools/config.h @ONLY) | ||||
3 | |||||
4 | add_subdirectory(lint) | ||||
5 | add_subdirectory(re) | ||||
6 | |||||
7 | set(format_sources | ||||
8 | ${format_sources} | ||||
9 | PARENT_SCOPE) |