1
0
mirror of https://github.com/Artikash/Textractor.git synced 2025-01-14 19:33:52 +08:00

9 lines
212 B
CMake

# The CLI isn't used by Textractor itself, but is here for other people that want to build projects on top of Textractor
add_executable(TextractorCLI
cli.cpp
exception.cpp
host.cpp
textthread.cpp
util.cpp
)