X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=gdax-orderbook-hpp%2Fdemo%2Fdependencies%2Flibcds-2.3.2%2Ftest%2Fstress%2Fmap%2Finsdel_string%2FCMakeLists.txt;fp=gdax-orderbook-hpp%2Fdemo%2Fdependencies%2Flibcds-2.3.2%2Ftest%2Fstress%2Fmap%2Finsdel_string%2FCMakeLists.txt;h=b4b38eebe3f0ab369164668af9cd53b70bffb0ba;hb=4223430d9168223029c7639149025c79e69b4f37;hp=0000000000000000000000000000000000000000;hpb=7ea7751a31c0388bf888052517be181a2989b113;p=c11concurrency-benchmarks.git diff --git a/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/test/stress/map/insdel_string/CMakeLists.txt b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/test/stress/map/insdel_string/CMakeLists.txt new file mode 100644 index 0000000..b4b38ee --- /dev/null +++ b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/test/stress/map/insdel_string/CMakeLists.txt @@ -0,0 +1,25 @@ +set(PACKAGE_NAME stress-map-insdel-string) + +set(CDSSTRESS_MAP_INSDEL_STRING_SOURCES + ../../main.cpp + map_insdel_string.cpp + map_insdel_string_bronsonavltree.cpp + map_insdel_string_cuckoo.cpp + map_insdel_string_ellentree.cpp + map_insdel_string_feldman_hashset.cpp + map_insdel_string_michael.cpp + map_insdel_string_skip.cpp + map_insdel_string_split.cpp + map_insdel_string_std.cpp + map_insdel_string_striped.cpp +) + +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} + ${CMAKE_CURRENT_SOURCE_DIR}/.. +) + +add_executable(${PACKAGE_NAME} ${CDSSTRESS_MAP_INSDEL_STRING_SOURCES}) +target_link_libraries(${PACKAGE_NAME} ${CDS_TEST_LIBRARIES} ${CDSSTRESS_FRAMEWORK_LIBRARY}) + +add_test(NAME ${PACKAGE_NAME} COMMAND ${PACKAGE_NAME} WORKING_DIRECTORY ${EXECUTABLE_OUTPUT_PATH}) \ No newline at end of file