gplugin/gplugin

Bump the version and set the date in the changelog
release/0.25
2016-02-06, Gary Kramlich
5c59eca6fd53
Bump the version and set the date in the changelog
macro(add_plugin plugin)
add_library(${plugin} MODULE ${plugin}.c)
set_target_properties(${plugin} PROPERTIES PREFIX "")
target_link_libraries(${plugin} gplugin)
install(TARGETS ${plugin} DESTINATION ${CMAKE_INSTALL_LIBDIR}/gplugin)
endmacro(add_plugin)
add_plugin(gplugin-license-check)