Changes libcds library path
[junction.git] / test / CMakeLists.txt
index 604bd03b395c3ebf196e63fbda9b384eb3f4033f..cfe1c54233b651152c20a62841641e718edec8fd 100644 (file)
@@ -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
 )