X-Git-Url: http://demsky.eecs.uci.edu/git/?a=blobdiff_plain;f=test%2FCMakeLists.txt;h=cfe1c54233b651152c20a62841641e718edec8fd;hb=HEAD;hp=604bd03b395c3ebf196e63fbda9b384eb3f4033f;hpb=8377b966404bf0978a08b9d745ab22113e93d19f;p=junction.git diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 604bd03..cfe1c54 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -4,12 +4,12 @@ set(CMAKE_CONFIGURATION_TYPES "Release" CACHE INTERNAL "Build configs") include_directories( /scratch/googletest/googletest/include - /scratch/benchmarks/libcds/test/include - /scratch/benchmarks/libcds + /scratch/benchmarks/libcds/orig-libcds/test/include + /scratch/benchmarks/libcds/orig-libcds ) link_directories( - /scratch/benchmarks/libcds/build/bin + /scratch/benchmarks/libcds/orig-libcds/build/bin /scratch/googletest/googletest )