mirror of
https://github.com/Fishwaldo/OBLFR.git
synced 2025-03-15 19:31:28 +00:00
* Remove a unnecessary delay in the nvkvs * update readme * port IRQ_Forward Code to a component and update d0_lowload to use it * add USB, Ethernet and GPIO for IRQ Forwarding
6 lines
No EOL
183 B
CMake
6 lines
No EOL
183 B
CMake
cmake_minimum_required(VERSION 3.15)
|
|
function(sdk_add_include_directories_ifndef feature)
|
|
if(NOT DEFINED ${feature})
|
|
sdk_add_include_directories(${ARGN})
|
|
endif()
|
|
endfunction() |