CMakeLists.txt (ed5d4f18a3c7fd7fbe7c4528c8a4028fefcaafdc) CMakeLists.txt (1b6084db537fc44a8544216a62d67e015d1605c9)
1#
2# This file is part of Libbtbb.
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2, or (at your option)
7# any later version.
8#

--- 5 unchanged lines hidden (view full) ---

14# You should have received a copy of the GNU General Public License
15# along with this program; see the file COPYING. If not, write to
16# the Free Software Foundation, Inc., 51 Franklin Street,
17# Boston, MA 02110-1301, USA.
18#
19# Based slightly upon the hackrf cmake setup.
20
21include(${PROJECT_SOURCE_DIR}/../cmake/set_release.cmake)
1#
2# This file is part of Libbtbb.
3#
4# This program is free software; you can redistribute it and/or modify
5# it under the terms of the GNU General Public License as published by
6# the Free Software Foundation; either version 2, or (at your option)
7# any later version.
8#

--- 5 unchanged lines hidden (view full) ---

14# You should have received a copy of the GNU General Public License
15# along with this program; see the file COPYING. If not, write to
16# the Free Software Foundation, Inc., 51 Franklin Street,
17# Boston, MA 02110-1301, USA.
18#
19# Based slightly upon the hackrf cmake setup.
20
21include(${PROJECT_SOURCE_DIR}/../cmake/set_release.cmake)
22add_definitions( -DRELEASE="${RELEASE}" )
23message(STATUS "Setting version string ${RELEASE}")
22add_definitions( -DRELEASE="${RELEASE_STRING}" )
23message(STATUS "Setting version string ${RELEASE_STRING}")
24
25# Source
26set(c_sources ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_packet.c
27 ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_piconet.c
28 ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_le_packet.c
29 ${CMAKE_CURRENT_SOURCE_DIR}/companies.c
30 ${CMAKE_CURRENT_SOURCE_DIR}/pcap.c
31 ${CMAKE_CURRENT_SOURCE_DIR}/pcapng.c

--- 37 unchanged lines hidden ---
24
25# Source
26set(c_sources ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_packet.c
27 ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_piconet.c
28 ${CMAKE_CURRENT_SOURCE_DIR}/bluetooth_le_packet.c
29 ${CMAKE_CURRENT_SOURCE_DIR}/companies.c
30 ${CMAKE_CURRENT_SOURCE_DIR}/pcap.c
31 ${CMAKE_CURRENT_SOURCE_DIR}/pcapng.c

--- 37 unchanged lines hidden ---