mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 00:44:13 +08:00
9 lines
129 B
CMake
9 lines
129 B
CMake
add_library(host
|
|
host.cpp
|
|
textthread.cpp
|
|
hookcode.cpp
|
|
)
|
|
target_precompile_headers(host REUSE_FROM pch)
|
|
|
|
add_subdirectory(CLI)
|