2018-09-19 09:02:24 +00:00
|
|
|
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
|
|
|
|
)
|
2019-05-30 15:48:32 +00:00
|
|
|
|
2019-06-13 11:15:10 +00:00
|
|
|
target_link_libraries(nowide PUBLIC boost_headeronly)
|
2019-05-30 15:48:32 +00:00
|
|
|
|
|
|
|
|