mirror of
https://gitlab.com/kelteseth/ScreenPlay.git
synced 2024-11-07 03:22:33 +01:00
Fix sysinfo sdk not building shared bin
This commit is contained in:
parent
6f77e77ffe
commit
c8a87e1ef9
@ -24,7 +24,7 @@ set(headers screenplaysysinfo_plugin.h
|
||||
mathhelper.h
|
||||
storage.h)
|
||||
|
||||
add_library(${PROJECT_NAME} ${src} ${headers})
|
||||
add_library(${PROJECT_NAME} SHARED ${src} ${headers})
|
||||
|
||||
target_link_libraries(${PROJECT_NAME}
|
||||
PRIVATE
|
||||
|
Loading…
Reference in New Issue
Block a user