mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-21 20:45:51 +03:00
CMake: Install the nautilus plugin.
This commit is contained in:
parent
0fe51d826f
commit
4e13c882f8
2 changed files with 5 additions and 0 deletions
|
@ -2,3 +2,7 @@ add_subdirectory(testclient)
|
|||
add_subdirectory(MacOSX)
|
||||
add_subdirectory(icons)
|
||||
|
||||
if( UNIX AND NOT APPLE )
|
||||
add_subdirectory(nautilus)
|
||||
endif()
|
||||
|
||||
|
|
1
shell_integration/nautilus/CMakeLists.txt
Normal file
1
shell_integration/nautilus/CMakeLists.txt
Normal file
|
@ -0,0 +1 @@
|
|||
install(FILES ownCloud.py DESTINATION ${DATADIR}/nautilus-python/extensions)
|
Loading…
Reference in a new issue