1
0
Fork 0
zephyr-hci-uart-3wire/CMakeLists.txt

8 lines
222 B
CMake
Raw Normal View History

cmake_minimum_required(VERSION 3.13.1)
2019-07-16 15:25:37 -04:00
set(CONF_FILE application-c3wireless_em_ble.conf)
2018-01-01 11:25:03 -05:00
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(hci_uart_h5)
2018-01-01 11:25:03 -05:00
target_sources(app PRIVATE src/main.c)