Tessil / ordered-map

C++ hash map and hash set which preserve the order of insertion
MIT License
512 stars 66 forks source link

Move headers from the tsl directory to the include/tsl directory and add a CMake public INTERFACE target #19

Closed Tessil closed 6 years ago

Tessil commented 6 years ago

For coherence with other C++ project the headers are moved form the tsl directory to the include/tsl directory.

The pull request also adds a CMake public INTERFACE target that can be used with target_link_libraries.