Fixed cmake install for OSX.
This commit is contained in:
parent
d8d9791e0b
commit
0dd50264bd
@ -18,4 +18,4 @@ set_target_properties(tox PROPERTIES PREFIX "")
|
|||||||
|
|
||||||
target_link_libraries(tox toxcore)
|
target_link_libraries(tox toxcore)
|
||||||
|
|
||||||
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/tox.so DESTINATION ~/.weechat/plugins)
|
install(TARGETS tox DESTINATION ~/.weechat/plugins)
|
||||||
|
Loading…
Reference in New Issue
Block a user