You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sems/apps/examples/out_of_tree
Guillem Jover 32beea4d2f
MT#55831 Revamp the build system
3 years ago
..
Makefile MT#55831 Revamp the build system 3 years ago
MyApp.cpp
MyApp.h
Readme.myapp

Readme.myapp

MyApp

This is an empty template for a SEMS application plug-in written in C++.

It can reside out of the SEMS source tree and just needs the libsems1-dev
package installed to be compiled. For this to work, in the Makefile the
following needs to be defined:
 plug_in_name = myapp
 COREPATH ?=/usr/include/sems
 DEFSPATH ?=/usr/include/sems
 app_module_dir=.
 include $(COREPATH)/plug-in/Makefile.app_module