mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-30 19:23:45 +00:00
Fix wrong API exports definition in playlist build.
Mostly irrelevant on UNIX (except if visibility is set to hidden by default), but may cause issues on Windows as the dllexport declspec was missing.
This commit is contained in:
@ -63,7 +63,7 @@ target_link_libraries(projectM_playlist
|
||||
if(BUILD_SHARED_LIBS)
|
||||
target_compile_definitions(projectM_playlist
|
||||
PRIVATE
|
||||
projectM_api_EXPORTS
|
||||
projectM_playlist_EXPORTS
|
||||
)
|
||||
|
||||
target_link_libraries(projectM_playlist
|
||||
|
||||
Reference in New Issue
Block a user