From 63c675d6e28b019cdc40d9f9ff7ac01082d8a508 Mon Sep 17 00:00:00 2001 From: Magne Sjaastad Date: Thu, 10 Jan 2019 16:14:20 +0100 Subject: [PATCH] System : Add clang-tidy --- ApplicationCode/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/ApplicationCode/CMakeLists.txt b/ApplicationCode/CMakeLists.txt index 64c5ad998d..abb385fd43 100644 --- a/ApplicationCode/CMakeLists.txt +++ b/ApplicationCode/CMakeLists.txt @@ -316,6 +316,7 @@ set( EXE_FILES ${REFERENCED_CMAKE_FILES} ../ResInsightVersion.cmake ../.clang-format + ../.clang-tidy ) add_executable( ResInsight ${EXE_FILES} )