Textractor_test/host/CMakeLists.txt

10 lines
144 B
CMake

add_library(host
exception.cpp
host.cpp
textthread.cpp
hookcode.cpp
)
target_precompile_headers(host REUSE_FROM pch)
add_subdirectory(cli)