mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-06-30 09:05:09 +08:00
Add a CMakeLists file so the plugin can be installed
This commit is contained in:
parent
2345289a4e
commit
3f4e740c0d
12
CMakeLists.txt
Normal file
12
CMakeLists.txt
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
project(JediWifiPrintingPlugin)
|
||||||
|
cmake_minimum_required(VERSION 2.8.12)
|
||||||
|
|
||||||
|
install(FILES
|
||||||
|
__init__.py
|
||||||
|
HttpUploadDataStream.py
|
||||||
|
NetworkPrinterOutputDevice.py
|
||||||
|
NetworkPrinterOutputDevicePlugin.py
|
||||||
|
LICENSE
|
||||||
|
README.md
|
||||||
|
DESTINATION lib/cura/plugins/JediWifiPrintingPlugin
|
||||||
|
)
|
Loading…
x
Reference in New Issue
Block a user