Updated turboPmac dependency to 0.15.1
This commit is contained in:
6
Makefile
6
Makefile
@ -16,14 +16,20 @@ motorBase_VERSION=7.2.2
|
||||
HEADERS += src/detectorTowerAngleAxis.h
|
||||
HEADERS += src/detectorTowerController.h
|
||||
HEADERS += src/detectorTowerLiftAxis.h
|
||||
HEADERS += src/detectorTowerSupportAxis.h
|
||||
|
||||
# Source files to build
|
||||
SOURCES += turboPmac/sinqMotor/src/msgPrintControl.cpp
|
||||
SOURCES += turboPmac/sinqMotor/src/sinqAxis.cpp
|
||||
SOURCES += turboPmac/sinqMotor/src/sinqController.cpp
|
||||
SOURCES += turboPmac/src/pmacAsynIPPort.c
|
||||
SOURCES += turboPmac/src/turboPmacAxis.cpp
|
||||
SOURCES += turboPmac/src/turboPmacController.cpp
|
||||
SOURCES += turboPmac/src/pmacAsynIPPort.c
|
||||
SOURCES += src/detectorTowerAngleAxis.cpp
|
||||
SOURCES += src/detectorTowerController.cpp
|
||||
SOURCES += src/detectorTowerLiftAxis.cpp
|
||||
SOURCES += src/detectorTowerSupportAxis.cpp
|
||||
|
||||
# Store the record files
|
||||
TEMPLATES += turboPmac/sinqMotor/db/asynRecord.db
|
||||
|
Reference in New Issue
Block a user