mirror of
https://github.com/ByteWelder/Tactility.git
synced 2026-08-18 07:55:06 +00:00
10 lines
286 B
CMake
10 lines
286 B
CMake
cmake_minimum_required(VERSION 3.20)
|
|
|
|
include("${CMAKE_CURRENT_LIST_DIR}/../../Buildscripts/module.cmake")
|
|
|
|
tactility_add_module(esp-epaper-module
|
|
SRCS source/esp_epaper.cpp source/module.cpp
|
|
INCLUDE_DIRS include/
|
|
REQUIRES TactilityKernel platform-esp32 driver esp_epaper
|
|
)
|