This prevents the building of the klv library and plugin, and disables KLV support and dependency in the Pleora plugin.
3 lines
49 B
CMake
3 lines
49 B
CMake
if (ENABLE_KLV)
|
|
add_subdirectory (klv)
|
|
endif () |