commit | d31a5652e84b0071f163a455e3a162c6b46dc52d | [log] [tgz] |
---|---|---|
author | Paul Colomiets <paul@colomiets.name> | Tue Jan 29 05:41:19 2013 +0100 |
committer | Martin Sustrik <sustrik@250bpm.com> | Tue Jan 29 05:41:19 2013 +0100 |
tree | 847d475523306b5b61dd6e2066e055c2c644c2d0 | |
parent | 27731bc4262b18460bba4deb4e4d23c3ba52278d [diff] |
Add USE_ALLOC_MONITOR and USE_LATENCY_MONITOR as options This allows to build multiple versions of library from single source without modifying source each time. E.g: mkdir build_lat_mon cd build_lat_mon cmake .. -DUSE_LATENCY_MONITOR=ON You can also see all the options from menu: ccmake .. Signed-off-by: Martin Sustrik <sustrik@250bpm.com>