History log of /libbtbb/lib/CMakeLists.txt (Results 1 – 6 of 6)
Revision Date Author Comments
# dbce1666 02-Mar-2017 Dominic Spill <[email protected]>

Increment major version number due to backwards incompatibility


# 088a90e8 01-Mar-2017 Dominic Spill <[email protected]>

Bump SO version and fix some const values


# 39524c59 04-May-2015 Theodore A. Roth <[email protected]>

cmake: Fix libbtbb.pc.in.

The @prefix@, @exec_prefix@, @libdir@ and @includedir@ variables are not
set by cmake. Set the values in the libbtbb.pc.in file by including the
GNUInstallDirs.cmake file i

cmake: Fix libbtbb.pc.in.

The @prefix@, @exec_prefix@, @libdir@ and @includedir@ variables are not
set by cmake. Set the values in the libbtbb.pc.in file by including the
GNUInstallDirs.cmake file in CMakeLists.txt. This creates the
CMAKE_INSTALL_LIBDIR and CMAKE_INSTALL_INCLUDEDIR variables.

This change allows user to configure for installing into non-standard
locations as such:

mkdir build
cd build
cmake -DCMAKE_INSTALL_PREFIX=$HOME/local ..

show more ...


# 45aeb03e 06-Oct-2014 Dominic Spill <[email protected]>

Fix pkgconfig install path


# e6fdb625 06-Jul-2014 Dominic Spill <[email protected]>

Add pkgconfig file


# e25b118a 05-Jun-2013 Dominic Spill <[email protected]>

Build libbtbb and pcaptools using cmake