Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pmalek/recursive_hashmap
https://github.com/pmalek/recursive_hashmap
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/pmalek/recursive_hashmap
- Owner: pmalek
- License: gpl-2.0
- Created: 2015-08-23T15:44:22.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-10-27T19:36:20.000Z (about 9 years ago)
- Last Synced: 2024-10-29T10:52:07.051Z (about 2 months ago)
- Language: C++
- Size: 148 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# recursive_hashmap
## Build instructions
In order to build this project edit **GMOCK_ROOT** variable in `CMakeLists.txt` to point to your googlemock root directory (google test should reside in **gtest** directory inside googlemock's root dir - at least the libraries built this way for me).
After this is done you can simply create a build directory (out-of-source builds are preferred), create makefile using cmake and build it:
git clone https://github.com/pmalek/recursive_hashmap.git && \
mkdir build_dir && cd build_dir && \
cmake ../recursive_hashmap && makethis will build both the main executable `recursive` and unit tests `recursive_test`