amzn/amazon-template-library

Name: amazon-template-library

Owner: Amazon

Description: A collection of general purpose C++ utilities that play well with the Standard Library and Boost.

Created: 2018-04-20 17:31:06.0

Updated: 2018-05-16 08:53:47.0

Pushed: 2018-04-20 23:15:46.0

Homepage: null

Size: 66

Language: C++

GitHub Committers

UserMost Recent Commit# Commits

Other Committers

UserEmailMost Recent Commit# Commits

README

The Amazon Template Library

A collection of general purpose C++ utilities that play well with the Standard Library and Boost.

Dependencies

This library depends on Boost and on Catch2 for testing.

How to use

Using the AmazonTemplateLibrary from CMake is very easy. Simply make sure the library can be found as part of your CMAKE_PREFIX_PATH, and then do the following from your CMakeLists.txt:

_package(AmazonTemplateLibrary)
et_link_libraries(your-target PRIVATE AmazonTemplateLibrary::atl)
License

This library is licensed under the Apache 2.0 License.


This work is supported by the National Institutes of Health's National Center for Advancing Translational Sciences, Grant Number U24TR002306. This work is solely the responsibility of the creators and does not necessarily represent the official views of the National Institutes of Health.