Skip to content

Commit

Permalink
Add missing files to CMakeList.txt
Browse files Browse the repository at this point in the history
Fixes #261
  • Loading branch information
fieldOfView committed Dec 29, 2021
1 parent d219db2 commit bc7ae9c
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ install(FILES
NetworkReplyTimeout.py
NetworkMJPGImage.py
PowerPlugins.py
UploadOptions.py
WebcamsModel.py
LICENSE
README.md
Expand All @@ -20,8 +21,10 @@ install(FILES
install(FILES
qml/DiscoverOctoPrintAction.qml
qml/OctoPrintComponents.qml
qml/ManualInstanceDialog.qml
qml/MonitorItem3x.qml
qml/MonitorItem4x.qml
qml/UploadOptions.qml
DESTINATION lib/cura/plugins/OctoPrintPlugin/qml
)

Expand All @@ -32,10 +35,45 @@ install(FILES
)

install(FILES
python-zeroconf/zeroconf/asyncio.py
python-zeroconf/zeroconf/const.py
python-zeroconf/zeroconf/_cache.py
python-zeroconf/zeroconf/_core.py
python-zeroconf/zeroconf/_dns.py
python-zeroconf/zeroconf/_exceptions.py
python-zeroconf/zeroconf/_handlers.py
python-zeroconf/zeroconf/_history.py
python-zeroconf/zeroconf/_logger.py
python-zeroconf/zeroconf/_updates.py
python-zeroconf/zeroconf/__init__.py
DESTINATION lib/cura/plugins/OctoPrintPlugin/python-zeroconf/zeroconf
)

install(FILES
python-zeroconf/zeroconf/_protocol/incoming.py
python-zeroconf/zeroconf/_protocol/outgoing.py
python-zeroconf/zeroconf/_protocol/__init__.py
DESTINATION lib/cura/plugins/OctoPrintPlugin/python-zeroconf/zeroconf/_protocol
)

install(FILES
python-zeroconf/zeroconf/_services/browser.py
python-zeroconf/zeroconf/_services/info.py
python-zeroconf/zeroconf/_services/registry.py
python-zeroconf/zeroconf/_services/types.py
python-zeroconf/zeroconf/_services/__init__.py
DESTINATION lib/cura/plugins/OctoPrintPlugin/python-zeroconf/zeroconf/_services
)

install(FILES
python-zeroconf/zeroconf/_utils/asyncio.py
python-zeroconf/zeroconf/_utils/name.py
python-zeroconf/zeroconf/_utils/net.py
python-zeroconf/zeroconf/_utils/time.py
python-zeroconf/zeroconf/_utils/__init__.py
DESTINATION lib/cura/plugins/OctoPrintPlugin/python-zeroconf/zeroconf/_utils
)

install(FILES
ifaddr/README.rst
ifaddr/LICENSE.txt
Expand Down

0 comments on commit bc7ae9c

Please sign in to comment.