mirror of
https://github.com/Palakis/obs-websocket.git
synced 2024-08-30 18:12:16 +00:00
Better build process on Linux
This commit is contained in:
parent
01c9e48f4f
commit
d091d9c3e4
@ -67,4 +67,10 @@ if(UNIX)
|
||||
obs-frontend-api)
|
||||
endif()
|
||||
|
||||
install_external_plugin_with_data(obs-websocket data)
|
||||
if(UNIX AND NOT APPLE)
|
||||
set_target_properties(obs-websocket PROPERTIES PREFIX "")
|
||||
install(TARGETS obs-websocket
|
||||
LIBRARY DESTINATION ${CMAKE_INSTALL_PREFIX}/lib/obs-plugins)
|
||||
install(FILES data/locale/en-US.ini data/locale/fr-FR.ini
|
||||
DESTINATION "${CMAKE_INSTALL_PREFIX}/share/obs/obs-plugins/obs-websocket/locale")
|
||||
endif()
|
||||
|
Loading…
x
Reference in New Issue
Block a user