Add BUILD_BINDINGS option, moved if(BUILD_EXAMPLES) to taglib/CMakeLists, plus some cleanup.

This commit is contained in:
Festus Hagen
2015-05-20 03:06:03 -04:00
parent 98ac8ba569
commit 35d5ba4eff
3 changed files with 50 additions and 55 deletions

View File

@ -8,5 +8,5 @@ addons:
packages:
- libcppunit-dev
- zlib1g-dev
script: cmake -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON . && make && make check
script: cmake -DBUILD_TESTS=ON -DBUILD_EXAMPLES=ON -DBUILD_BINDINGS=ON . && make && make check