X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;ds=sidebyside;f=gdax-orderbook-hpp%2Fdemo%2Fdependencies%2Flibcds-2.3.2%2Ftest%2Funit%2Fpqueue%2FCMakeLists.txt;fp=gdax-orderbook-hpp%2Fdemo%2Fdependencies%2Flibcds-2.3.2%2Ftest%2Funit%2Fpqueue%2FCMakeLists.txt;h=95a22191b23cfa5d8bb90a80093e271469d04ec6;hb=4223430d9168223029c7639149025c79e69b4f37;hp=0000000000000000000000000000000000000000;hpb=7ea7751a31c0388bf888052517be181a2989b113;p=c11concurrency-benchmarks.git diff --git a/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/test/unit/pqueue/CMakeLists.txt b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/test/unit/pqueue/CMakeLists.txt new file mode 100644 index 0000000..95a2219 --- /dev/null +++ b/gdax-orderbook-hpp/demo/dependencies/libcds-2.3.2/test/unit/pqueue/CMakeLists.txt @@ -0,0 +1,19 @@ +set(PACKAGE_NAME unit-pqueue) + +set(CDSGTEST_PQUEUE_SOURCES + ../main.cpp + fcpqueue_boost_stable_vector.cpp + fcpqueue_deque.cpp + fcpqueue_vector.cpp + intrusive_mspqueue.cpp + mspqueue.cpp +) + +include_directories( + ${CMAKE_CURRENT_SOURCE_DIR} +) + +add_executable(${PACKAGE_NAME} ${CDSGTEST_PQUEUE_SOURCES}) +target_link_libraries(${PACKAGE_NAME} ${CDS_TEST_LIBRARIES}) + +add_test(NAME ${PACKAGE_NAME} COMMAND ${PACKAGE_NAME} WORKING_DIRECTORY ${EXECUTABLE_OUTPUT_PATH}) \ No newline at end of file