alacarte-maps / alacarte

Renderer for OpenStreetMap tiles.
https://alacarte-maps.github.io/
Other
58 stars 18 forks source link

include dir_monitor as submodule instead of copy #72

Open florianjacob opened 8 years ago

florianjacob commented 8 years ago

Due to historical reasons, the dir_monitor header files are currently included directly in extras/dir_monitor in this repository.

It would be nice to have https://github.com/berkus/dir_monitor as a submodule instead.

The submodule needs to be at another place than extra, because the repository contains more than just the include dir we are interested in. Then, the CMakeList.txt needs a change to find the include directory in the submodule.