projects
/
junction.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8377b96
)
Changes libcds library path
master
author
Peizhao Ou
<peizhaoo@uci.edu>
Thu, 5 Jul 2018 18:04:02 +0000
(11:04 -0700)
committer
Peizhao Ou
<peizhaoo@uci.edu>
Thu, 5 Jul 2018 18:04:02 +0000
(11:04 -0700)
test/CMakeLists.txt
patch
|
blob
|
history
diff --git
a/test/CMakeLists.txt
b/test/CMakeLists.txt
index 604bd03b395c3ebf196e63fbda9b384eb3f4033f..cfe1c54233b651152c20a62841641e718edec8fd 100644
(file)
--- 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
)