This file is indexed.

/usr/lib/cmake/leatherman/nowide.cmake is in libleatherman-dev 1.4.0+dfsg-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

1
2
3
4
5
6
7
find_package(Boost 1.54 REQUIRED)

add_leatherman_includes(${Boost_INCLUDE_DIRS} "${CMAKE_CURRENT_SOURCE_DIR}/../vendor/nowide/include")
add_leatherman_headers(../vendor/nowide/include/boost)
if(WIN32)
    add_leatherman_library(../vendor/nowide/src/iostream.cpp)
endif()