-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathConfig.mk
26 lines (22 loc) · 910 Bytes
/
Config.mk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
################################################################################
## MULTIVECTOR ##
################################################################################
# Project info
# ===============
PROJECT := Multivector
VERSION := 0.1.0
STD_NAMESPACE := # multivector
GIT_REMOTE_PATH := # Remote path for git repository
MAINTAINER_NAME := Renato Cordeiro Ferreira
MAINTAINER_MAIL := renato.cferreira@hotmail.com
COPYRIGHT := Renato Cordeiro Ferreira
SYNOPSIS := Linearized multi-dimensional vectors
DESCRIPTION := Linearized multi-dimensional vectors with a simple syntax
# Flags
# =======
CPPFLAGS := # Precompiler Flags
CXXFLAGS := -std=c++17 -Wall -Wextra -Wpedantic -Wshadow -O3
LDFLAGS := # Linker flags
# Makeball list
# ===============
include conf/googletest.mk