FrontPictures/exprtk
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
This is a fork of https://github.com/ArashPartow/exprtk Main goal of this fork is to speed-up compilation time of client code Main changes are: - Replace template classes with non-template ones. Hardcode type to double - Move code from 1 header to multiple cpp files - Build it as shared library - Don't use configuration defines, fix them in their default state - CMake build To add this to your cmake project: add_subdirectory(exprtk) # ... # And then link your targets to it: target_link_libraries(${PROJECT_NAME} exprtk)