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

cmake files cleanup and build simplification

This commit is contained in:
f4exb
2019-01-02 21:33:45 +01:00
parent 70970d7b7a
commit cf4b90f3ae
39 changed files with 262 additions and 305 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ The plugin will be built only if XTRX support libraries are installed in your sy
If libraries are installed in a custom place like `/opt/install/xtrx-images` add the following defines on `cmake` command line:
`-DLIMESUITE_INCLUDE_DIR=/opt/install/xtrx-images/include -DLIMESUITE_LIBRARY=/opt/install/xtrx-images/lib/libxtrx.so`
`-DXTRX_DIR=/opt/install/xtrx-images`
<h2>Interface</h2>