build: consistently have libgst prefix on all plugins

Before this, on Linux there'd be a liblibgst prefix
This commit is contained in:
Joshua M. Doe
2020-04-14 15:30:46 -04:00
parent 6c87791b95
commit 4ebc6b8c77
26 changed files with 30 additions and 27 deletions

View File

@@ -10,7 +10,7 @@ include_directories (AFTER
${PYLON_INCLUDE_DIR}
)
set (libname libgstpylon)
set (libname gstpylon)
add_library (${libname} MODULE
${SOURCES}