1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -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
+1 -1
View File
@@ -33,7 +33,7 @@ set(httpserver_HEADERS
include_directories(
.
${CMAKE_SOURCE_DIR}/sdrbase
${CMAKE_SOURCE_DIR}/exports
${CMAKE_CURRENT_BINARY_DIR}
)