cmake typos

This commit is contained in:
David Kocik 2022-06-20 12:47:52 +02:00
parent e75cf95a89
commit 803237b868

View File

@ -15,8 +15,8 @@ set(SLIC3R_DOWNLOADER_SOURCES
) )
if (APPLE) if (APPLE)
list(APPEND SLIC3R_GUI_SOURCES list(APPEND SLIC3R_DOWNLOADER_SOURCES
InstanceSendMac.cpp InstanceSendMac.mm
InstanceSendMac.hpp InstanceSendMac.hpp
) )
endif () endif ()