1
0
forked from GitHub/gf-core

added random generation

This commit is contained in:
Krasimir Angelov
2023-03-05 13:18:14 +01:00
parent 97bb8ae3f6
commit ee717fb022
8 changed files with 202 additions and 11 deletions

View File

@@ -40,7 +40,9 @@ libpgf_la_SOURCES = \
pgf/phrasetable.cxx \
pgf/phrasetable.h \
pgf/probspace.cxx \
pgf/probspace.h
pgf/probspace.h \
pgf/generator.cxx \
pgf/generator.h
libpgf_la_LDFLAGS = -no-undefined -version-info 4:0:0
libpgf_la_CXXFLAGS = -fno-rtti -std=c++11 -DCOMPILING_PGF