mirror of
https://github.com/thelsing/knx.git
synced 2026-04-06 03:21:49 +02:00
fix build
This commit is contained in:
@@ -184,7 +184,8 @@ knx_facade.h
|
||||
set(CMAKE_C_FLAGS_DEBUG "${CMAKE_C_FLAGS_DEBUG} -Wall -Wno-unknown-pragmas -g -O0")
|
||||
set(CMAKE_CXX_FLAGS_DEBUG "${CMAKE_CXX_FLAGS_DEBUG} -Wall -Wno-unknown-pragmas -g -O0")
|
||||
|
||||
add_library(knx ${SOURCES})
|
||||
add_library(knx SHARED ${SOURCES})
|
||||
target_include_directories(knx PUBLIC .)
|
||||
set_property(TARGET knx PROPERTY CXX_STANDARD 11)
|
||||
target_compile_definitions(knx PUBLIC -DUSE_RF -DUSE_USB -DUSE_TP -D_USE_IP -DUSE_CEMI_SERVER -DKNX_TUNNELING=1 -DUSE_DATASECURE -DALL_MASKS)
|
||||
target_compile_definitions(knx PUBLIC -DUSE_RF -DUSE_USB -DUSE_TP -D_USE_IP -DUSE_CEMI_SERVER
|
||||
-DKNX_TUNNELING=1 -DUSE_DATASECURE -DALL_MASKS)
|
||||
|
||||
@@ -16,7 +16,7 @@
|
||||
#include <ti/drivers/rf/RF.h>
|
||||
#include "smartrf_settings/smartrf_settings.h"
|
||||
|
||||
#include "cc1310_platform.h"
|
||||
#include "../platform/cc1310_platform.h"
|
||||
#include "Board.h"
|
||||
|
||||
#include "bits.h"
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
#ifdef DeviceFamily_CC13X0
|
||||
|
||||
#include "config.h"
|
||||
#include "../config.h"
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user