Setup cmake project
This commit is contained in:
5
cmake/device/port/CMakeLists.txt
Normal file
5
cmake/device/port/CMakeLists.txt
Normal file
@ -0,0 +1,5 @@
|
||||
cmake_minimum_required(VERSION 3.14)
|
||||
|
||||
target_sources(device PUBLIC
|
||||
${CHURLOS_SRC_DIR}/device/port/SerialOut.cc
|
||||
)
|
||||
Reference in New Issue
Block a user