File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -48,27 +48,27 @@ include_directories("/rhome/fhous001/farzin/vcpkg/packages/libcds_x64-linux/inlc
48
48
# mu-main.cpp
49
49
#)
50
50
51
- # add_executable(
52
- # band
53
- # band-main.cpp
54
- # )
51
+ add_executable (
52
+ band
53
+ band-main.cpp
54
+ )
55
55
56
56
#add_executable(
57
57
# band-failure
58
58
# band-main-failure.cpp
59
59
#)
60
60
61
- add_executable (
62
- band-crdt
63
- band-main-crdt.cpp
64
- )
61
+ # add_executable(
62
+ # band-crdt
63
+ # band-main-crdt.cpp
64
+ # )
65
65
66
66
67
67
set (LibCDS_DIR "/rhome/fhous001/farzin/vcpkg/packages/libcds_x64-linux/share/libcds" )
68
68
find_package (LibCDS CONFIG REQUIRED)
69
69
70
- # target_link_libraries(band ${CONAN_LIBS} pthread)
70
+ target_link_libraries (band ${CONAN_LIBS} pthread)
71
71
#target_link_libraries(band-failure ${CONAN_LIBS} pthread)
72
- target_link_libraries (band-crdt ${CONAN_LIBS} pthread junction turf LibCDS::cds-s)
72
+ # target_link_libraries(band-crdt ${CONAN_LIBS} pthread junction turf LibCDS::cds-s)
73
73
#target_link_libraries(mu ${CONAN_LIBS} pthread)
74
74
You can’t perform that action at this time.
0 commit comments