19 lines
465 B
Plaintext
19 lines
465 B
Plaintext
|
# 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
|