mirror of
https://github.com/Artikash/Textractor.git
synced 2024-12-23 08:54:12 +08:00
10 lines
144 B
CMake
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)
|