Skip to content

Commit 5faf320

Browse files
committed
commenting out complexity loopfunc that are not compileable
1 parent 5a48717 commit 5faf320

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

loop-functions/complexity/CMakeLists.txt

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,20 @@ link_directories(
55
${CMAKE_BINARY_DIR}/src
66
)
77

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)
1010

1111
add_library(aggregation_xor2 SHARED AggregationTwoSpotsXOR2.h AggregationTwoSpotsXOR2.cpp)
1212
target_link_libraries(aggregation_xor2 argos3plugin_${ARGOS_BUILD_FOR}_epuck)
1313

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)
1616

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)
1919

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)
2222

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

Comments
 (0)