tokinizing

This commit is contained in:
Ellen Arvidsson 2025-04-15 13:50:23 +02:00
parent dd099f3382
commit 10e16147ba
3 changed files with 360 additions and 124 deletions

View file

@ -55,4 +55,5 @@ set(MSPH_HEADER
)
add_executable(msph ${MSPH_HEADER} ${MSPH_SRC})
target_include_directories(spho PRIVATE ${INCLUDE_DIR})
target_include_directories(msph PRIVATE ${INCLUDE_DIR})
target_link_libraries(devcheck spho)