gplugin/gplugin

a bunch of random work on the perl loader
feature/perl-loader
2015-10-06, Gary Kramlich
e6096aab1791
a bunch of random work on the perl loader
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)