2015-02-09 12:31:22 +03:00
|
|
|
# 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
|
2015-03-02 04:12:14 +03:00
|
|
|
support/biicode/sample.cc - test/*
|
2015-02-09 12:31:22 +03:00
|
|
|
|
|
|
|
[mains]
|
|
|
|
# Manual adjust of files that define an executable
|
|
|
|
!test/test-main.cc
|
2015-02-13 02:39:06 +03:00
|
|
|
|
|
|
|
[parent]
|
|
|
|
vitaut/cppformat: 0
|