Make cmake copy webui files to the i2pd data folder.

This commit is contained in:
EinMByte 2015-09-05 21:02:44 +02:00
parent c42d76bca7
commit 6857dcb911
5 changed files with 34 additions and 7 deletions

View file

@ -9,6 +9,7 @@ Available cmake options:
* WITH_TESTS -- build tests (ON/OFF)
* WITH_BENCHMARK -- build bechmarking code (ON/OFF)
* WITH_OPTIMIZE -- enable optimization flags (ON/OFF) (not for MSVC)
* I2PD_DATA_DIR -- directory where i2pd will store data
Debian
------