@@ -5,20 +5,20 @@ link_directories(
5
5
${CMAKE_BINARY_DIR} /src
6
6
)
7
7
8
- add_library (aggregation_xor SHARED AggregationTwoSpotsXOR.h AggregationTwoSpotsXOR.cpp )
9
- target_link_libraries (aggregation_xor argos3plugin_${ARGOS_BUILD_FOR}_epuck )
8
+ # add_library(aggregation_xor SHARED AggregationTwoSpotsXOR.h AggregationTwoSpotsXOR.cpp)
9
+ # target_link_libraries(aggregation_xor argos3plugin_${ARGOS_BUILD_FOR}_epuck)
10
10
11
11
add_library (aggregation_xor2 SHARED AggregationTwoSpotsXOR2.h AggregationTwoSpotsXOR2.cpp )
12
12
target_link_libraries (aggregation_xor2 argos3plugin_${ARGOS_BUILD_FOR}_epuck )
13
13
14
- add_library (aggregation_5050 SHARED AggregationTwoSpots5050.h AggregationTwoSpots5050.cpp )
15
- target_link_libraries (aggregation_5050 argos3plugin_${ARGOS_BUILD_FOR}_epuck )
14
+ # add_library(aggregation_5050 SHARED AggregationTwoSpots5050.h AggregationTwoSpots5050.cpp)
15
+ # target_link_libraries(aggregation_5050 argos3plugin_${ARGOS_BUILD_FOR}_epuck)
16
16
17
- add_library (aggregation_single SHARED AggregationSingleSpot.h AggregationSingleSpot.cpp )
18
- target_link_libraries (aggregation_single argos3plugin_${ARGOS_BUILD_FOR}_epuck )
17
+ # add_library(aggregation_single SHARED AggregationSingleSpot.h AggregationSingleSpot.cpp)
18
+ # target_link_libraries(aggregation_single argos3plugin_${ARGOS_BUILD_FOR}_epuck)
19
19
20
- add_library (empty_arena SHARED EmptyArena.h EmptyArena.cpp )
21
- target_link_libraries (empty_arena argos3plugin_${ARGOS_BUILD_FOR}_epuck )
20
+ # add_library(empty_arena SHARED EmptyArena.h EmptyArena.cpp)
21
+ # target_link_libraries(empty_arena argos3plugin_${ARGOS_BUILD_FOR}_epuck)
22
22
23
- add_library (two_spots_arena SHARED AggregationTwoSpots.h AggregationTwoSpots.cpp )
24
- target_link_libraries (two_spots_arena argos3plugin_${ARGOS_BUILD_FOR}_epuck )
23
+ # add_library(two_spots_arena SHARED AggregationTwoSpots.h AggregationTwoSpots.cpp)
24
+ # target_link_libraries(two_spots_arena argos3plugin_${ARGOS_BUILD_FOR}_epuck)
0 commit comments