1
0
mirror of https://github.com/Artikash/Textractor.git synced 2025-01-14 03:13:54 +08:00

5 lines
258 B
CMake
Raw Normal View History

# 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 main.cpp)
2020-04-18 19:04:07 -06:00
target_precompile_headers(TextractorCLI REUSE_FROM pch)
target_link_libraries(TextractorCLI host)