-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathCMakeLists.txt
33 lines (31 loc) · 1.27 KB
/
CMakeLists.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
CMAKE_MINIMUM_REQUIRED(VERSION 3.0)
FIND_FILE(SMART_MACROS SmartMacros2.cmake PATHS $ENV{SMART_ROOT_ACE}/CMakeMacros /opt/smartSoftAce/CMakeMacros)
INCLUDE(${SMART_MACROS})
SMART_ADD_PACKAGE(SmartAmcl)
SMART_ADD_PACKAGE(SmartCdlServer)
#SMART_ADD_PACKAGE(SmartGazeboBaseServer)
SMART_ADD_PACKAGE(ComponentGMapping)
#SMART_ADD_PACKAGE(SmartHighLevelInterface)
#SMART_ADD_PACKAGE(SmartJobDispatcher)
#SMART_ADD_PACKAGE(SmartJoystickNavigation)
#SMART_ADD_PACKAGE(SmartJoystickServer)
SMART_ADD_PACKAGE(ComponentLaserLMS1xx)
SMART_ADD_PACKAGE(SmartLaserLMS200Server)
#SMART_ADD_PACKAGE(SmartLaserS300Server)
#SMART_ADD_PACKAGE(SmartLispServer)
SMART_ADD_PACKAGE(SmartMapperGridMap)
#SMART_ADD_PACKAGE(SmartPioneerBaseServer)
SMART_ADD_PACKAGE(SmartPlannerBreadthFirstSearch)
#SMART_ADD_PACKAGE(SmartPlayerStageSimulator)
SMART_ADD_PACKAGE(ComponentRMPBaseServer)
SMART_ADD_PACKAGE(SmartRobotConsole)
SMART_ADD_PACKAGE(ComponentKB)
#SMART_ADD_PACKAGE(SmartSymbolicPlanner)
SMART_ADD_PACKAGE(ComponentVisualization)
SMART_ADD_PACKAGE(ComponentKinectV2Server)
SMART_ADD_PACKAGE(ComponentRealSenseV2Server)
IF(${ROBOTINO_COMPONENTS})
#SMART_ADD_PACKAGE(SmartRobotinoBaseServer)
#SMART_ADD_PACKAGE(SmartRobotinoLaserServer)
#SMART_ADD_PACKAGE(SmartRobotinoRPCBridge)
ENDIF(${ROBOTINO_COMPONENTS})