From 94d31d7159d7e535089061f70eee1a9b91b30344 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 18 Mar 2020 23:48:02 +0900 Subject: Added cmake option to enable building with code tracing. Signed-off-by: Michele Calgaro --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index b6a0408..2af26a0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,11 @@ include( TDESetupPaths ) tde_setup_paths( ) +##### optional stuff ############################ + +option( WITH_TRACING "Enable code tracing" OFF ) + + ##### user requested modules #################### option( BUILD_ALL "Build all" OFF ) -- cgit v1.2.1