nrf24l01 :: Added NRF module with examples.
Signed-off-by: Yevgeniy Kiveisha <yevgeniy.kiveisha@intel.com>
This commit is contained in:
4
src/nrf24l01/CMakeLists.txt
Normal file
4
src/nrf24l01/CMakeLists.txt
Normal file
@@ -0,0 +1,4 @@
|
||||
set (libname "nrf24l01")
|
||||
add_library (nrf24l01 SHARED nrf24l01.cxx)
|
||||
include_directories (${MAA_INCLUDE_DIR})
|
||||
target_link_libraries (nrf24l01 ${MAA_LIBRARIES})
|
||||
Reference in New Issue
Block a user