mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-24 01:14:12 +08:00
5 lines
258 B
CMake
5 lines
258 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 main.cpp)
|
|
target_precompile_headers(TextractorCLI REUSE_FROM pch)
|
|
target_link_libraries(TextractorCLI host)
|