gplugin/gplugin

Fix some error reporting with the native loader and add some unit tests for it
feature/better-native-loader-error-messages
2016-03-15, Gary Kramlich
fc3626cac5e0
Fix some error reporting with the native loader and add some unit tests for it
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)