File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -41,8 +41,8 @@ target_link_libraries(qlacloserelays ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRAR
41
41
add_executable (qlacommand qlacommand.cpp )
42
42
target_link_libraries (qlacommand ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES} )
43
43
44
- add_executable (eth1394Test mainEth1394 .cpp MotorVoltage.h MotorVoltage.cpp )
45
- target_link_libraries (eth1394Test ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES} )
44
+ add_executable (fpgatest fpgatest .cpp MotorVoltage.h MotorVoltage.cpp )
45
+ target_link_libraries (fpgatest ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES} )
46
46
47
47
add_executable (instrument instrument.cpp )
48
48
target_link_libraries (instrument ${Amp1394_LIBRARIES} ${Amp1394_EXTRA_LIBRARIES} )
@@ -67,7 +67,7 @@ install (PROGRAMS ${EXECUTABLE_OUTPUT_PATH}/quad1394eth
67
67
COMPONENT Amp1394-utils
68
68
DESTINATION bin )
69
69
70
- install (TARGETS qlacloserelays qlacommand eth1394Test instrument block1394eth enctest ethswitch
70
+ install (TARGETS qlacloserelays qlacommand fpgatest instrument block1394eth enctest ethswitch
71
71
COMPONENT Amp1394-utils
72
72
RUNTIME DESTINATION bin )
73
73
File renamed without changes.
You can’t perform that action at this time.
0 commit comments