Sha256: c6a227add46fda8366e4c896718b8752dbf9ced88aa697fe1ee86429831f4a47

Contents?: true

Size: 1.54 KB

Versions: 2

Compression:

Stored size: 1.54 KB

Contents

# vi:syntax=cmake
#
# © 2017 Konstantin Gredeskoul
#   Distributed under MIT license.
#
# NOTE: This file has been auto-generated by the Arli library manager
# which integrates with another project `arduino-cmake`. If you are
# curious as to how you can build complex Arduino Projects using Arli,
# we suggest that you run the following commands to explore Arli:
# 
#      arli generate MyTestProject --workspace ~/workspace
#      cd ~/workspace/MyTestProject
#      bin/setup
#      bin/build src
#
# And you should see a binary image built for the default board, or the 
# board you specified in the Arlifile.
#
# 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 %>
<% custom_libraries_headers_only.each do |library| %>
set(<%= library.canonical_dir %>_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

2 entries across 2 versions & 1 rubygems

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