Tulz is a light-weight cross-platform C++20 tools library for C++ development. It contains reusable classes that I use in my projects.
- Put sources in your libs folder
- Add tulz to your project
add_subdirectory(your_libs_folder/tulz)
- After
add_executable(your_project ...)
addtarget_link_libraries(your_project tulz)
Flag | Description | Mandatory | Default | Platform |
---|---|---|---|---|
TULZ_DEMANGLER_DISABLE_THREAD_SAFETY |
Controls tulz::demangler thread safety |
No | OFF | Windows |