File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- /nowide /standalone
2- /nowide /build
3- /nowide /doc /Doxyfile
4- /nowide /doc /gendoc.sh
5- /nowide /doc /main.txt
6- /nowide /MinGW.cmake
7- /nowide /index.html
8- /nowide /test
9- /nowide /template.hpp
Original file line number Diff line number Diff line change 11# Utility library for Return To The Roots
22
33Can be easily build with CMake.
4-
5- ## Externals
6-
7- It uses the following external libraries which are included as ` git subtree ` s:
8-
9- - Boost.Nowide
10- - Source repo can be added with ` git remote add flamefire-nowide https://github.com/Flamefire/nowide.git `
11- - Update source from remote: ` git subtree pull --prefix external/nowide flamefire-nowide v<...> --squash `
12- - Contribute back: ` git subtree push --prefix=external/nowide <your-nowide-remote> <your-branch> `
13-
14- To avoid adding git submodules for new libs add them as subtrees with:
15- ` git subtree add --prefix external/<lib> <remote> <tag> --squash `
Original file line number Diff line number Diff line change 11if (NOT TARGET Boost::unit_test_framework)
2- find_package (Boost 1.64 REQUIRED COMPONENTS unit_test_framework )
2+ find_package (Boost 1.69 REQUIRED COMPONENTS unit_test_framework )
33endif ()
44
55set (RTTR_UBSAN_SUPPRESSION_FILE ${CMAKE_CURRENT_LIST_DIR} /ubsan.supp)
You can’t perform that action at this time.
0 commit comments