Textractor_test/host/CMakeLists.txt

9 lines
129 B
CMake
Raw Permalink Normal View History

add_library(host
host.cpp
textthread.cpp
hookcode.cpp
)
target_precompile_headers(host REUSE_FROM pch)
2021-11-28 19:57:16 +08:00
add_subdirectory(CLI)