aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume GARDET <guillaume.gardet@free.fr>2019-06-05 10:58:47 +0200
committerMatthew Bentham <matthew.bentham@arm.com>2019-06-11 08:38:44 +0000
commite315c8fafd145875ff2a22e2c050773f6be0359a (patch)
treef09f91a2c147b11376f88203cf1429668f78c2cd
parentedf5230830f8d9794ef0aeb8986da99734ff925f (diff)
downloadarmnn-e315c8fafd145875ff2a22e2c050773f6be0359a.tar.gz
libarmnnQuantizer has references to libarmnn, so use libarmnn for link
Signed-off-by: Guillaume GARDET <guillaume.gardet@free.fr> Change-Id: Id80d04cca20b470914401246f5cb04dbcb94f00c
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 00866c03c4..8a9b976637 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -164,6 +164,7 @@ if(BUILD_ARMNN_QUANTIZER)
set_target_properties(armnnQuantizer PROPERTIES LIBRARY_OUTPUT_DIRECTORY ${PROJECT_BINARY_DIR})
target_link_libraries(armnnQuantizer
+ armnn
${Boost_SYSTEM_LIBRARY}
${Boost_PROGRAM_OPTIONS_LIBRARY}
${Boost_FILESYSTEM_LIBRARY}