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

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Matena <lukasmatena@seznam.cz>2019-07-15 14:26:55 +0300
committerLukas Matena <lukasmatena@seznam.cz>2019-07-15 14:26:55 +0300
commit004e2719b1f9bf3857631ee6c03a9615f4ed6ed6 (patch)
treea831742dffa311621767b5fd505d84e1575c1a7a /CMakeLists.txt
parentcb916c4ddae18ccf13df15af03fdbb212cade047 (diff)
parent35b691d28cf1a5c9596558cdc3e740da67e01b80 (diff)
Merge branch 'master' into lm_warnings
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 346e2dfd5..49717b68d 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -355,6 +355,10 @@ if (NOT GLEW_FOUND)
endif ()
include_directories(${GLEW_INCLUDE_DIRS})
+# Find the Cereal serialization library
+add_library(cereal INTERFACE)
+target_include_directories(cereal INTERFACE include)
+
# l10n
set(L10N_DIR "${SLIC3R_RESOURCES_DIR}/localization")
add_custom_target(pot