Sha256: b736f05dad569037ae76a4da6615981ad337b35970c1e3371f2ed411e6622d31

Contents?: true

Size: 1.06 KB

Versions: 1

Compression:

Stored size: 1.06 KB

Contents

# vi:syntax=cmake
#
# © 2017 Konstantin Gredeskoul
#   Distributed under MIT license.
#
# This file is auto-generated by the Arli library manager
# which works in tandem with another projects — "arduino-cmake",
# and "arli-cmake".
#
# For more info:
#   See https://github.com/kigster/arli
#   See https://github.com/kigster/arli-cmake
#   See https://github.com/kigster/arduino-cmake

set(ARLI_CUSTOM_LIBS_PATH "<%= arli_library_path %>")

set(ARLI_CUSTOM_LIBS <% libraries.each do |library| %>
      <%= library.canonical_dir %><% end %>)

set(ARLI_ARDUINO_HARDWARE_LIBS <% hardware_libraries.each do |library| %>
      <%= library.name %><% end %>)

set(ARLI_ARDUINO_LIBS <% arduino_libraries.each do |library| %>
      <%= library.name %><% end %>)

<% device_libraries_headers_only.each do |library| %>
set(<%= library.name %>_ONLY_HEADER yes)<% end %>

include(Arli)

arli_detect_serial_device("/dev/null")
arli_detect_board("<%= board %>" "<%= cpu %>")

message(STATUS "device: [${BOARD_DEVICE}], board: [${BOARD_NAME}], cpu: [${BOARD_CPU}] <<<")

arli_build_all_libraries()


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arli-1.0.0 lib/arli/lock/formats/template/Arlifile.cmake.erb