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)