From ff3c426ffd799abd66e4280da559384d86702721 Mon Sep 17 00:00:00 2001 From: Rob Hughes Date: Fri, 20 Dec 2019 17:43:16 +0000 Subject: Replace Schema.s with generated .cpp file This removes the dependency on an assembler (which must support .incbin). Instead we use xxd as a custom build command to generate a .cpp file which is included in the build. This makes it possible to build on Windows, for which you need cp.exe (from GNU Core Utils) and xxd.exe (from Vim). Change-Id: I3a929640b1fdbfc27e2c38abd05bf3a298245ba5 Signed-off-by: Robert Hughes --- cmake/GlobalConfig.cmake | 1 - 1 file changed, 1 deletion(-) (limited to 'cmake') diff --git a/cmake/GlobalConfig.cmake b/cmake/GlobalConfig.cmake index e8b57d7526..4a2c026f1b 100644 --- a/cmake/GlobalConfig.cmake +++ b/cmake/GlobalConfig.cmake @@ -201,7 +201,6 @@ if(BUILD_TF_LITE_PARSER) message(STATUS "Tf Lite generated header found at: ${TF_LITE_SCHEMA_INCLUDE_PATH}") add_definitions(-DARMNN_TF_LITE_PARSER) - add_definitions(-DARMNN_TF_LITE_SCHEMA_PATH="${TF_LITE_SCHEMA_INCLUDE_PATH}/schema.fbs") endif() if(BUILD_ARMNN_SERIALIZER) -- cgit v1.2.1