From 3fe1073c8a0793ae712c3cfd902df0a008ebaa44 Mon Sep 17 00:00:00 2001 From: Romain Forlot Date: Tue, 15 Aug 2017 19:03:55 +0200 Subject: Ease standard target DATA and HTDOCS creation This will create a custom target which make sure input files are correct (linting or compiling them) then copying them into the target build dir Change-Id: I1d346d4611a6d97682a00d2038de41a643b28928 Signed-off-by: Romain Forlot --- cmake/cmake.d/01-variables.cmake | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cmake/cmake.d/01-variables.cmake') diff --git a/cmake/cmake.d/01-variables.cmake b/cmake/cmake.d/01-variables.cmake index 867a723..a9fbc6e2 100644 --- a/cmake/cmake.d/01-variables.cmake +++ b/cmake/cmake.d/01-variables.cmake @@ -147,3 +147,7 @@ endif() # Break After Binding are loaded but before they get initialised set(GDB_INITIAL_BREAK "personality" CACHE STRING "Initial Break Point for GDB remote") + +set(LUA_CHECKER "luac" CACHE STRING "LUA compiler") +set(XML_CHECKER "xmllint" CACHE STRING "XML linter") +set(JSON_CHECKER "json_verify" CACHE STRING "JSON linter") -- cgit 1.2.3-korg