add package options (#13)

* add package options

* update tests

* update Glue package
This commit is contained in:
Lars Melchior
2019-04-14 14:49:35 +02:00
committed by GitHub
parent 77a118d3ce
commit 2d95c66fa4
5 changed files with 103 additions and 40 deletions

View File

@@ -8,7 +8,7 @@ include(${CMAKE_CURRENT_SOURCE_DIR}/../../cmake/CPM.cmake)
CPMAddPackage(
NAME LarsParser
GIT_REPOSITORY https://github.com/TheLartians/Parser.git
VERSION 1.4
VERSION 1.7
)
# add executable

View File

@@ -1,4 +1,4 @@
#include <lars/parser_generator.h>
#include <lars/parser/generator.h>
int main() {
lars::ParserGenerator<float> g;