Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortamasmeszaros <meszaros.q@gmail.com>2019-11-07 14:57:40 +0300
committertamasmeszaros <meszaros.q@gmail.com>2019-11-07 14:58:18 +0300
commitad0a38e4190ad022b609f294a54c010185b1f676 (patch)
treee9f77e0879ddb90f3a57f68d49cfd3e6963c5068 /src/slic3r/CMakeLists.txt
parent67f55d3b23c36021f543e74d90d53902a6effed6 (diff)
Follow up, unify boost::thread usage.
Diffstat (limited to 'src/slic3r/CMakeLists.txt')
-rw-r--r--src/slic3r/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/slic3r/CMakeLists.txt b/src/slic3r/CMakeLists.txt
index 84a60da6e..9ed7424c0 100644
--- a/src/slic3r/CMakeLists.txt
+++ b/src/slic3r/CMakeLists.txt
@@ -156,6 +156,7 @@ set(SLIC3R_GUI_SOURCES
Utils/UndoRedo.hpp
Utils/HexFile.cpp
Utils/HexFile.hpp
+ Utils/Thread.hpp
)
if (APPLE)