Files
prplMesh/framework/CMakeLists.txt
Vitaly Bukhovsky 5f9f3be679 framework: cmake: adjust to new broker
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>
2020-07-08 12:03:20 +00:00

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)