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) | ||||
Jan Kundrát | e4910da | 2021-12-11 02:16:27 +0100 | [diff] [blame] | 5 | if(NOT WIN32) |
6 | add_subdirectory(re) | ||||
7 | endif() | ||||
Radek Krejci | cb293a3 | 2020-11-13 15:36:29 +0100 | [diff] [blame] | 8 | |
9 | set(format_sources | ||||
10 | ${format_sources} | ||||
11 | PARENT_SCOPE) |