upm/src/nrf8001/CMakeLists.txt
Noel Eck 7a2332fa7d nrf8001: Updated to the mixed module init method
A few small changes to the nrf8001 which exposes a bit more via SWIG.
Also removed a method which had no implementation.

Signed-off-by: Noel Eck <noel.eck@intel.com>
2018-06-08 14:14:47 -07:00

9 lines
439 B
CMake

upm_mixed_module_init (NAME nrf8001
DESCRIPTION "Bluetooth Low Energy (BLE) Module"
CPP_HDR aci.h aci_cmds.h aci_evts.h acilib_defs.h acilib.h acilib_if.h
acilib_types.h aci_protocol_defines.h aci_queue.h aci_setup.h
boards.h dtm.h hal_aci_tl.h hal_platform.h lib_aci.h uart_over_ble.h
CPP_SRC acilib.cpp aci_queue.cpp aci_setup.cpp hal_aci_tl.cpp lib_aci.cpp
nrf8001.cxx
REQUIRES mraa)