mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2026-01-10 06:38:03 +08:00
Remove MSGLIB references. Add the new broker files. Disable common tests (until adjusted to the new broker). Signed-off-by: Vitaly Bukhovsky <vitaly@devalore.com>
13 lines
258 B
CMake
13 lines
258 B
CMake
project(multiap_framework C CXX)
|
|
|
|
find_package(json-c REQUIRED)
|
|
|
|
add_subdirectory(platform)
|
|
add_subdirectory(external)
|
|
add_subdirectory(tlvf)
|
|
add_subdirectory(common)
|
|
add_subdirectory(transport)
|
|
|
|
add_dependencies(mapfcommon elpp)
|
|
add_dependencies(tlvf elpp)
|