Skip to content
Snippets Groups Projects
Commit 172bab1b authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

[wip/jrl-cmakemodules] Initial creation

parent 0439b4fe
No related branches found
No related tags found
No related merge requests found
This meta package contains helpers to use robotpkg with the JRL-cmakemodule
# robotpkg Makefile for: wip/jrl
# Created: Guilhem Saurel on Sun Sep 9 2019
#
#
ifndef NAME
PKG_FAIL_REASON+="Dependency on jrl/Makefile.common requires NAME"
endif
ifndef ORG
PKG_FAIL_REASON+="Dependency on jrl/Makefile.common requires ORG"
endif
ifndef VERSION
PKG_FAIL_REASON+="Dependency on jrl/Makefile.common requires VERSION"
endif
DISTNAME?= ${NAME}-${VERSION}
MASTER_SITES?= ${MASTER_SITE_OPENROBOTS:=${NAME}/}
MASTER_REPOSITORY?= ${MASTER_REPOSITORY_GITHUB}/${ORG}/${NAME}.git
CHECKOUT_VCS_OPTS+= --recursive
CMAKE_ARGS+= -DCMAKE_INSTALL_LIBDIR=lib
CMAKE_ARGS+= -DPYTHON_STANDARD_LAYOUT=ON
DYNAMIC_PLIST_DIRS+= share/doc/${NAME}
include ../../pkgtools/pkg-config/depend.mk
include ../../mk/sysdep/cmake.mk
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment