13 lines
157 B
PHP
13 lines
157 B
PHP
|
APPL_COBJS +=
|
||
|
|
||
|
APPL_CXXOBJS +=
|
||
|
|
||
|
SRCLANG := c++
|
||
|
|
||
|
ifdef CONFIG_EV3RT_APPLICATION
|
||
|
|
||
|
# Include libraries
|
||
|
include $(EV3RT_SDK_LIB_DIR)/lib-ev3cxx/Makefile
|
||
|
|
||
|
endif
|