This repository has been archived on 2024-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
robosoutez-2023/Makefile.inc

13 lines
157 B
PHP
Raw Normal View History

2023-11-09 15:24:40 +01:00
APPL_COBJS +=
APPL_CXXOBJS +=
SRCLANG := c++
ifdef CONFIG_EV3RT_APPLICATION
# Include libraries
include $(EV3RT_SDK_LIB_DIR)/lib-ev3cxx/Makefile
endif