[21:36] igor@nixos-pc imgproc [nix-shell] % tree -I build
.
├── CMakeLists.txt
├── imgproc-config.cmake.in
├── imgproc-version.hpp.in
├── include
│ └── imgproc.hpp
├── README.rst
├── shell.nix
├── src
│ └── main.cpp
└── tests
├── CMakeLists.txt
├── imgproc.cpp
└── main.cpp
3 directories, 10 files