parsing prefix version (binary operators) of msph
This commit is contained in:
parent
7e5f080282
commit
17be15d7b5
12 changed files with 617 additions and 92 deletions
|
@ -62,6 +62,9 @@ set(MSPH_SRC
|
|||
|
||||
set(MSPH_HEADER
|
||||
${INCLUDE_DIR}/msph/token.h
|
||||
${INCLUDE_DIR}/msph/tree.h
|
||||
${INCLUDE_DIR}/msph/common.h
|
||||
${INCLUDE_DIR}/msph/err.h
|
||||
)
|
||||
|
||||
add_executable(msph ${MSPH_SRC} ${MSPH_HEADER})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue