Textractor_test/GUI/host/CMakeLists.txt
2020-04-18 19:04:07 -06:00

10 lines
272 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
hookcode.cpp
)
target_precompile_headers(TextractorCLI REUSE_FROM pch)