From 366023fcb63d0ade5bd742ede2fc27899296877c Mon Sep 17 00:00:00 2001 From: Colm Donelan Date: Thu, 5 Sep 2019 10:03:56 +0100 Subject: IVGCVSW-3719 Create test program executable. Introduce a new test utility that simulates the Gatord service. This will be used to test the external profiling features. Change-Id: Ib7c75c1302650e140945cd66d272c23af3aac760 Signed-off-by: Colm Donelan --- cmake/GlobalConfig.cmake | 1 + 1 file changed, 1 insertion(+) (limited to 'cmake') diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake index 9c59abfe8c..4880d591ab 100644 --- a/cmake/GlobalConfig.cmake +++ b/cmake/GlobalConfig.cmake @@ -21,6 +21,7 @@ option(FLATC_DIR "Path to Flatbuffers compiler" OFF) option(TF_LITE_GENERATED_PATH "Tensorflow lite generated C++ schema location" OFF) option(FLATBUFFERS_ROOT "Location where the flatbuffers 'include' and 'lib' folders to be found" Off) option(DYNAMIC_BACKEND_PATHS "Colon seperated list of paths where to load the dynamic backends from" "") +option(BUILD_GATORD_MOCK "Build the Gatord simulator for external profiling testing." OFF) include(SelectLibraryConfigurations) -- cgit v1.2.1