mirror of
https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git
synced 2026-05-15 07:32:39 -07:00
25 lines
500 B
CMake
25 lines
500 B
CMake
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
|
|
)
|
|
|
|
target_link_libraries(nowide PUBLIC boost_headeronly)
|
|
|
|
|