anhero / JsonBox

This is a JSON C++ library. It can write and read JSON files with ease and speed.
MIT License
115 stars 60 forks source link

use CMAKE_CURRENT_SOURCE_DIR variable for build #20

Closed euclio closed 9 years ago

euclio commented 10 years ago

Using CMAKE_CURRENT_SOURCE_DIR instead of CMAKE_SOURCE_DIR allows the repository to be used as a submodule.