arduino-cmake / Arduino-CMake-NG

CMake-Based framework for Arduino platforms
MIT License
138 stars 39 forks source link

Failure to create library without sources #57

Closed MrPointer closed 5 years ago

MrPointer commented 5 years ago

A library should be able to be created without sources at first, passing them later using CMake's target_sources function.

Currently, calling the add_arduino_library function without passing any sources simply fails CMake.