mirror of
https://github.com/OPM/ResInsight.git
synced 2025-02-25 18:55:39 -06:00
#1985 Expression Parser: Add exprtk to ThirdParty
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user