2019-02-01 00:41:43 +08:00
|
|
|
# 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
|
2020-02-29 20:15:38 +08:00
|
|
|
hookcode.cpp
|
2019-02-01 00:41:43 +08:00
|
|
|
)
|
2020-04-19 09:04:07 +08:00
|
|
|
target_precompile_headers(TextractorCLI REUSE_FROM pch)
|