5 lines
98 B
CMake
5 lines
98 B
CMake
function(update_board TARGET)
|
|
# target_compile_definitions(${TARGET} PUBLIC
|
|
# )
|
|
endfunction()
|