gst-plugin-linescan/gst-libs/CMakeLists.txt
Joshua M. Doe a6e97d08df klv: make KLV support optional via ENABLE_KLV, disabled by default
This prevents the building of the klv library and plugin, and disables KLV
support and dependency in the Pleora plugin.
2020-04-15 12:34:07 -04:00

3 lines
49 B
CMake

if (ENABLE_KLV)
add_subdirectory (klv)
endif ()