mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 17:19:20 +01:00
links to libraries in manual
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
INCLUDES = -I .
|
||||
SRC_DET = mainClient.cpp
|
||||
SRC_REC = mainReceiver.cpp
|
||||
LIBDIR = ../../build/bin
|
||||
LIBDIR = .
|
||||
LDFLAG_DET = -I. -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -pthread -lrt -L. -lzmq
|
||||
LDFLAG_REC = -I. -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -pthread -lrt -L. -lzmq
|
||||
DESTDIR ?= ../docs
|
||||
|
||||
1
manual/manual-api/libSlsDetector.so
Symbolic link
1
manual/manual-api/libSlsDetector.so
Symbolic link
@@ -0,0 +1 @@
|
||||
../../build/bin/libSlsDetector.so
|
||||
1
manual/manual-api/libSlsReceiver.so
Symbolic link
1
manual/manual-api/libSlsReceiver.so
Symbolic link
@@ -0,0 +1 @@
|
||||
../../build/bin/libSlsReceiver.so
|
||||
Reference in New Issue
Block a user