Quellcode durchsuchen

CMake: Install the nautilus plugin.

Klaas Freitag vor 11 Jahren
Ursprung
Commit
4e13c882f8
2 geänderte Dateien mit 5 neuen und 0 gelöschten Zeilen
  1. 4 0
      shell_integration/CMakeLists.txt
  2. 1 0
      shell_integration/nautilus/CMakeLists.txt

+ 4 - 0
shell_integration/CMakeLists.txt

@@ -2,3 +2,7 @@ add_subdirectory(testclient)
 add_subdirectory(MacOSX)
 add_subdirectory(icons)
 
+if( UNIX AND NOT APPLE )
+  add_subdirectory(nautilus)
+endif()
+

+ 1 - 0
shell_integration/nautilus/CMakeLists.txt

@@ -0,0 +1 @@
+install(FILES ownCloud.py  DESTINATION ${DATADIR}/nautilus-python/extensions)