diff --git a/CMakeLists.txt b/CMakeLists.txt index 34e6bed..219a714 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,6 +18,14 @@ # OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN # THE SOFTWARE. +IF(BIICODE) + include(biicode/cmake/tools) + ADD_BIICODE_TARGETS() + ACTIVATE_CPP11(INTERFACE ${BII_BLOCK_TARGET}) +RETURN() + +ENDIF() + cmake_minimum_required(VERSION 2.6) project(cxxopts) @@ -39,4 +47,3 @@ if(CXXOPTS_USE_UNICODE_HELP) endif() add_subdirectory(src) - diff --git a/biicode.conf b/biicode.conf new file mode 100644 index 0000000..f70f465 --- /dev/null +++ b/biicode.conf @@ -0,0 +1,4 @@ +# Biicode configuration file + +[requirements] + biicode/cmake: 3