Posts tagged "build-tools"
-
Communicating between Python and .NET Core with Boost Interprocess
Example of cross-language communication between Python and .NET Core using Boost.Interprocess, Boost.Python, Boost.Signals2, shared memory, and PInvoke.
-
LeadTools common.mk as CMake
A CMake equivalent of the LeadTools common.mk make file, so the Linux OCR SDK demo can be built from inside an existing CMake project.
-
Generate Protocol Buffers on build with CMake
Guide to generating C++ Protocol Buffers during CMake builds using file globbing, execute_process, protoc, and generated pb files.