mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-07-24 07:03:56 -06:00
Add a CMakeLists file so the plugin can be installed
This commit is contained in:
parent
2345289a4e
commit
3f4e740c0d
1 changed files with 12 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue