cmake typo in test install
Signed-off-by: Alain <alainmarcel@yahoo.com>
diff --git a/tests/TestInstall/CMakeLists.txt b/tests/TestInstall/CMakeLists.txt
index f201c98..12305f9 100644
--- a/tests/TestInstall/CMakeLists.txt
+++ b/tests/TestInstall/CMakeLists.txt
@@ -47,8 +47,8 @@
set (TCMALLOC_LIBRARY tcmalloc)
endif(NOT NO_TCMALLOC)
-set (INSTALL_LIBRARIES_FOR_SURELOG -L${LIB_DIR} surelog antlr4-runtime ${TCMALLOC_LIBRARY}
- ${PYTHON_LIBRARIES} dl util m rt pthread tcmalloc
+set (INSTALL_LIBRARIES_FOR_SURELOG -L${LIB_DIR} surelog antlr4-runtime flatbuffers
+ ${PYTHON_LIBRARIES} dl util m rt pthread ${TCMALLOC_LIBRARY}
)
add_executable(test_hellosureworld ${PROJECT_SOURCE_DIR}/../../src/hellosureworld.cpp)