Install heatmap0r filter

Format similarly to other plugins.
This commit is contained in:
Jason E. Hale
2025-10-16 04:46:34 -04:00
committed by Jaromil
parent 91526e95fb
commit 697fc9b2a5

View File

@@ -6,6 +6,6 @@ if (MSVC)
endif (MSVC)
add_library (${TARGET} MODULE ${SOURCES})
# No «lib» prefix (name.so instead of libname.so)
set_target_properties (${TARGET} PROPERTIES PREFIX "")
install (TARGETS ${TARGET} LIBRARY DESTINATION ${LIBDIR})