6 lines
128 B
CMake
6 lines
128 B
CMake
cmake_minimum_required(VERSION 3.14)
|
|
|
|
target_sources(device PUBLIC
|
|
${CHURLOS_SRC_DIR}/device/interrupt/PIC.cc
|
|
)
|