build(qcbor): Simplify Qcbor build
This patch makes the build of QCBOR external component
as a regular lib build in RMM. This also simplifies the
dependency graph generated by CMake.
Signed-off-by: Soby Mathew <soby.mathew@arm.com>
Change-Id: If958f0c2293d876437aa2f0af1a1ea7134fcce84
diff --git a/lib/CMakeLists.txt b/lib/CMakeLists.txt
index 7b9b2ed..6ffd4b5 100644
--- a/lib/CMakeLists.txt
+++ b/lib/CMakeLists.txt
@@ -28,6 +28,7 @@
add_subdirectory("gic")
add_subdirectory("mbedtls")
add_subdirectory("measurement")
+add_subdirectory("qcbor")
add_subdirectory("realm")
add_subdirectory("rmm_el3_ifc")
add_subdirectory("smc")