Textractor_test/host/CMakeLists.txt
2021-11-28 04:57:16 -07:00

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)