Move biicode files to support/biicode

This commit is contained in:
Victor Zverovich
2015-03-02 07:48:57 -08:00
parent 103530d407
commit ee5443e920
3 changed files with 3 additions and 2 deletions

View File

@@ -0,0 +1,19 @@
# Biicode configuration file
[paths]
# Local directories to look for headers (within block)
/
[dependencies]
# Manual adjust file implicit dependencies, add (+), remove (-), or overwrite (=)
CMakeLists.txt + cmake/FindSetEnv.cmake
format.h = format.cc
format.cc - test/* posix.cc
support/biicode/sample.cc - test/*
[mains]
# Manual adjust of files that define an executable
!test/test-main.cc
[parent]
vitaut/cppformat: 0

View File

@@ -0,0 +1,3 @@
doc/*
breathe/*
gmock/*