1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 23:14:47 -04:00

Avoid useless sdrbase dependency by moving the exports header in its own folder

This commit is contained in:
f4exb
2018-03-09 13:48:14 +01:00
parent 46f80e2a15
commit 4f9a49cf02
15 changed files with 21 additions and 5 deletions
@@ -20,6 +20,7 @@ set(hackrfinput_HEADERS
if (BUILD_DEBIAN)
include_directories(
.
${CMAKE_SOURCE_DIR}/exports
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/devices
@@ -29,6 +30,7 @@ include_directories(
else (BUILD_DEBIAN)
include_directories(
.
${CMAKE_SOURCE_DIR}/exports
${CMAKE_CURRENT_BINARY_DIR}
${CMAKE_SOURCE_DIR}/swagger/sdrangel/code/qt5/client
${CMAKE_SOURCE_DIR}/devices