|
OpenSRX 0.1.0
C++ library for interfacing with Keyence SR series barcode readers
|
| Option | Description | Default |
|---|---|---|
BUILD_STATIC_LIB | Build a static library instead of shared | OFF |
BUILD_EXAMPLES | Build the example binaries | ON |
BUILD_TESTS | Build the test suite (fetches GoogleTest) | ON |
Example – static library, no tests:
All C++ dependencies are fetched automatically at configure time through CMake FetchContent: