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}") add_definitions("-DGIT_COMMIT_HASH=${GIT_COMMIT_HASH}")
configure_file( configure_file(
${CMAKE_SOURCE_DIR}/version.h.in ${CMAKE_SOURCE_DIR}/custom/version.h.in
${CMAKE_BINARY_DIR}/generated/sdrangel_version.h ${CMAKE_BINARY_DIR}/generated/sdrangel_version.h
) )

View File

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

View File

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

View File

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