From ac76e47b947e53b20d03002d78ef7655527111da Mon Sep 17 00:00:00 2001 From: WerWolv Date: Tue, 12 Jan 2021 23:49:51 +0100 Subject: [PATCH] No more liblib --- plugins/libimhex/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/libimhex/CMakeLists.txt b/plugins/libimhex/CMakeLists.txt index 994f37256..faaae90fe 100644 --- a/plugins/libimhex/CMakeLists.txt +++ b/plugins/libimhex/CMakeLists.txt @@ -13,6 +13,8 @@ endif() set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -fPIC") +set(CMAKE_SHARED_LIBRARY_PREFIX "") + add_library(libimhex SHARED source/helpers/event.cpp source/helpers/utils.cpp