blob: 94b4eed46d4b325af7b111c6a7bb05303f574c71 [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)
Jan Kundrát2e3f9352021-12-11 02:16:27 +01005if(NOT WIN32)
6 add_subdirectory(re)
7endif()
Radek Krejcicb293a32020-11-13 15:36:29 +01008
9set(format_sources
10 ${format_sources}
11 PARENT_SCOPE)