Properly fixed cmake install command.
This commit is contained in:
parent
3a8aba1d79
commit
c4622ab509
@ -18,4 +18,4 @@ set_target_properties(tox PROPERTIES PREFIX "")
|
|||||||
|
|
||||||
target_link_libraries(tox toxcore)
|
target_link_libraries(tox toxcore)
|
||||||
|
|
||||||
install(FILES tox.so DESTINATION ~/.weechat/plugins)
|
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/tox.so DESTINATION ~/.weechat/plugins)
|
||||||
|
Loading…
Reference in New Issue
Block a user