move apple to custom/

This commit is contained in:
Davide Gerhard 2019-05-01 18:19:46 +02:00
parent 6dcd779227
commit a642cf0d41
No known key found for this signature in database
GPG Key ID: 7CBEFA144857DC97
8 changed files with 6 additions and 6 deletions

View File

@ -182,7 +182,7 @@ execute_process(
add_definitions("-DGIT_COMMIT_HASH=${GIT_COMMIT_HASH}")
configure_file(
${CMAKE_SOURCE_DIR}/version.h.in
${CMAKE_SOURCE_DIR}/custom/version.h.in
${CMAKE_BINARY_DIR}/generated/sdrangel_version.h
)

View File

@ -1,13 +1,13 @@
project(fcdhid)
set(fcdhid_SOURCES
../apple/apple_compat.c
../custom/apple/apple_compat.c
hid-libusb.c
fcdhid.c
)
set(fcdhid_HEADERS
../apple/apple_compat.h
../custom/apple/apple_compat.h
fcdhid.h
hid-libusb.h
hidapi.h

View File

@ -70,7 +70,7 @@ extern "C" {
*/
#ifdef __APPLE__
#include "../apple/apple_compat.h"
#include "../custom/apple/apple_compat.h"
#endif

View File

@ -1,7 +1,7 @@
project(qrtplib)
set (qrtplib_HEADERS
../apple/apple_compat.h
../custom/apple/apple_compat.h
rtcpapppacket.h
rtcpbyepacket.h
rtcpcompoundpacket.h
@ -44,7 +44,7 @@ set (qrtplib_HEADERS
)
set(qrtplib_SOURCES
../apple/apple_compat.c
../custom/apple/apple_compat.c
rtcpapppacket.cpp
rtcpbyepacket.cpp
rtcpcompoundpacket.cpp