|
@@ -46,6 +46,10 @@ aux_source_directory(${CMAKE_CURRENT_LIST_DIR}/system_manager SYS_SRC )
|
|
|
aux_source_directory(${CMAKE_CURRENT_LIST_DIR}/wj_lidar WJLIDAR_SRC )
|
|
|
|
|
|
|
|
|
+# plc test module
|
|
|
+#add_executable(plc_test ./test/plc_test.cpp ${PLC_SRC} ${TASK_MANAGER_SRC} ${TOOL_SRC} ${ERROR_CODE_SRC})
|
|
|
+#target_link_libraries(plc_test ${OpenCV_LIBS}
|
|
|
+# ${GLOG_LIBRARIES} ${PCL_LIBRARIES} ${PROTOBUF_LIBRARIES} ipopt modbus libnanomsg.so libnnxx.a libglog.a libgflags.a)
|
|
|
|
|
|
add_executable(locate_sample test/locate_sample.cpp ${LOCATE_SRC} ${TASK_MANAGER_SRC} ${ERROR_SRC}
|
|
|
${TOOL_SRC})
|