mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-05 04:54:04 -06:00
14 lines
342 B
CMake
14 lines
342 B
CMake
project(JediWifiPrintingPlugin NONE)
|
|
cmake_minimum_required(VERSION 2.8.12)
|
|
|
|
install(FILES
|
|
__init__.py
|
|
DiscoverUM3Action.py
|
|
DiscoverUM3Action.qml
|
|
NetworkPrinterOutputDevice.py
|
|
NetworkPrinterOutputDevicePlugin.py
|
|
UM3InfoComponents.qml
|
|
LICENSE
|
|
README.md
|
|
DESTINATION lib/cura/plugins/JediWifiPrintingPlugin
|
|
)
|