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:
Diffstat (limited to 'src/boost/CMakeLists.txt')
-rw-r--r--src/boost/CMakeLists.txt20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/boost/CMakeLists.txt b/src/boost/CMakeLists.txt
new file mode 100644
index 000000000..2b23ec3b2
--- /dev/null
+++ b/src/boost/CMakeLists.txt
@@ -0,0 +1,20 @@
+project(nowide)
+cmake_minimum_required(VERSION 2.6)
+
+add_library(nowide STATIC
+ nowide/args.hpp
+ nowide/cenv.hpp
+ nowide/config.hpp
+ nowide/convert.hpp
+ nowide/cstdio.hpp
+ nowide/cstdlib.hpp
+ nowide/filebuf.hpp
+ nowide/fstream.hpp
+ nowide/integration/filesystem.hpp
+ nowide/iostream.cpp
+ nowide/iostream.hpp
+ nowide/stackstring.hpp
+ nowide/system.hpp
+ nowide/utf8_codecvt.hpp
+ nowide/windows.hpp
+)