@@ -65,23 +65,6 @@ if(WIN32)
65
65
add_compile_definitions (_SILENCE_EXPERIMENTAL_FILESYSTEM_DEPRECATION_WARNING )
66
66
endif ()
67
67
68
- add_subdirectory (interfaces )
69
- add_subdirectory (impl )
70
-
71
- # Prepare YARP wrapper and devices
72
- find_package (YARP 3.2 REQUIRED )
73
- set (YARP_FORCE_DYNAMIC_PLUGINS ON )
74
- yarp_configure_plugins_installation (wearable )
75
-
76
- set (CMAKE_POSITION_INDEPENDENT_CODE ON )
77
-
78
- add_subdirectory (msgs )
79
- add_subdirectory (devices )
80
- add_subdirectory (wrappers )
81
- add_subdirectory (app )
82
- add_subdirectory (modules )
83
- add_subdirectory (bindings )
84
-
85
68
# Flag to enable Paexo wearable device
86
69
option (WEARABLES_COMPILE_PYTHON_BINDINGS "Flag that enables building the bindings" OFF )
87
70
@@ -108,3 +91,22 @@ option(ENABLE_Logger "Flag that enables building Wearable Logger device" ${robom
108
91
109
92
# Flag to enable ICub wearable device
110
93
option (ENABLE_ICub "Flag that enables building iCub wearable device" ${iDynTree_FOUND} )
94
+
95
+ add_subdirectory (interfaces )
96
+ add_subdirectory (impl )
97
+
98
+ # Prepare YARP wrapper and devices
99
+ find_package (YARP 3.2 REQUIRED )
100
+ set (YARP_FORCE_DYNAMIC_PLUGINS ON )
101
+ yarp_configure_plugins_installation (wearable )
102
+
103
+ set (CMAKE_POSITION_INDEPENDENT_CODE ON )
104
+
105
+ add_subdirectory (msgs )
106
+ add_subdirectory (devices )
107
+ add_subdirectory (wrappers )
108
+ add_subdirectory (app )
109
+ add_subdirectory (modules )
110
+ add_subdirectory (bindings )
111
+
112
+
0 commit comments