Skip to content

Commit

Permalink
fixed issue where plugin wasn't being copied over to local plugins
Browse files Browse the repository at this point in the history
folder
  • Loading branch information
Alzy committed Dec 19, 2020
1 parent 9a2fd62 commit 3e9ad09
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -269,3 +269,8 @@ if(APPLE)
target_link_libraries(obs-midi "${OBS_FRONTEND_LIB}")
endif()
# -- End of section --



# -- Fixes issue where plugin isn't copied to rundir plugins directory on local build --
install_obs_plugin_with_data(obs-midi data)

0 comments on commit 3e9ad09

Please sign in to comment.