/usr/lib/xbmc/xbmc-config.cmake is in xbmc-bin 2:13.2+dfsg1-4.
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 | SET(XBMC_INCLUDE_DIR /usr/include)
LIST(APPEND CMAKE_MODULE_PATH /usr/lib/xbmc)
ADD_DEFINITIONS(-DTARGET_POSIX -DTARGET_LINUX -D_LINUX)
include(xbmc-addon-helpers)
|