#1985 Expression Parser: Add exprtk to ThirdParty

This commit is contained in:
Magne Sjaastad
2017-10-11 19:41:29 +02:00
parent 9dd730f8f6
commit c976091336
32 changed files with 99495 additions and 0 deletions

View File

@@ -264,6 +264,15 @@ list(APPEND THIRD_PARTY_LIBRARIES
nightcharts
)
################################################################################
# C++ Mathematical Expression Parsing And Evaluation Library
################################################################################
add_subdirectory(ThirdParty/expressionparser)
list(APPEND THIRD_PARTY_LIBRARIES
expressionparser
)
################################################################################
# Prototype feature Fractures