Skip to content

Commit

Permalink
Add multivector makeball
Browse files Browse the repository at this point in the history
  • Loading branch information
renatocf committed Jul 25, 2019
1 parent e7f1ce1 commit 4e28767
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions conf/multivector.mk
@@ -0,0 +1,28 @@
########################################################################
# conf/multivector.mk #
# ===================== #
# #
# Linearized multi-dimensional vectors with a simple syntax #
# -------------------------------------------------------------------- #
# MAINTEINER_NAME := Renato Cordeiro Ferreira #
# MAINTEINER_MAIL := renato.cferreira@hotmail.com #
# DESCRIPTION := `multivector` is a library to create linearized #
# multi-dimensional vector that have a simpele #
# syntax for their manipulation. #
# For further info about multivector lib, access: #
# https://github.com/renatocf/multivector.git #
########################################################################

ifndef MULTIVECTOR_MK
override MULTIVECTOR_MK := T

# Dependencies
# ==============
GIT_DEPENDENCY += \
multivector => https://github.com/renatocf/multivector.git

# Paths
# =======
CXXLIBS += -isystem external/multivector/include

endif # ifndef MULTIVECTOR_MK

0 comments on commit 4e28767

Please sign in to comment.