5 lines
86 B
CMake
5 lines
86 B
CMake
cmake_minimum_required(VERSION 3.13)
|
|
|
|
add_subdirectory(pin)
|
|
add_subdirectory(display)
|