C++ Mathematical Expression Library (ExprTk) http://www.partow.net/programming/exprtk/index.html

This commit is contained in:
Arash Partow
2013-12-09 09:30:01 +11:00
parent 20cf7c23e0
commit 3c933cd8cf
4 changed files with 297 additions and 174 deletions

View File

@ -20,7 +20,7 @@ COMPILER = -c++
OPTIMIZATION_OPT = -O1
BASE_OPTIONS = -ansi -pedantic-errors -Wall -Wextra -Werror -Wno-long-long
OPTIONS = $(BASE_OPTIONS) $(OPTIMIZATION_OPT) -o
LINKER_OPT = -L/usr/lib -lstdc++
LINKER_OPT = -L/usr/lib -lstdc++ -lm
BUILD_LIST+=exprtk_test
BUILD_LIST+=exprtk_benchmark