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
|
2021-11-14 04:38:32 +08:00
|
|
|
add_executable(TextractorCLI main.cpp)
|
2020-04-19 09:04:07 +08:00
|
|
|
target_precompile_headers(TextractorCLI REUSE_FROM pch)
|
2021-11-14 04:38:32 +08:00
|
|
|
target_link_libraries(TextractorCLI host)
|