1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-17 13:19:25 -04:00

move apple to custom/

This commit is contained in:
Davide Gerhard
2019-05-01 18:19:46 +02:00
parent 6dcd779227
commit a642cf0d41
8 changed files with 6 additions and 6 deletions
+1 -1
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
)
+2 -2
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
+1 -1
View File
@@ -70,7 +70,7 @@ extern "C" {
*/
#ifdef __APPLE__
#include "../apple/apple_compat.h"
#include "../custom/apple/apple_compat.h"
#endif
+2 -2
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