Skip to content

Commit cf71dbe

Browse files
Update CMakeLists.txt
1 parent 7dd710b commit cf71dbe

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

wellcoordination/src/CMakeLists.txt

+10-10
Original file line numberDiff line numberDiff line change
@@ -48,27 +48,27 @@ include_directories("/rhome/fhous001/farzin/vcpkg/packages/libcds_x64-linux/inlc
4848
# mu-main.cpp
4949
#)
5050

51-
#add_executable(
52-
# band
53-
# band-main.cpp
54-
#)
51+
add_executable(
52+
band
53+
band-main.cpp
54+
)
5555

5656
#add_executable(
5757
# band-failure
5858
# band-main-failure.cpp
5959
#)
6060

61-
add_executable(
62-
band-crdt
63-
band-main-crdt.cpp
64-
)
61+
#add_executable(
62+
# band-crdt
63+
# band-main-crdt.cpp
64+
#)
6565

6666

6767
set(LibCDS_DIR "/rhome/fhous001/farzin/vcpkg/packages/libcds_x64-linux/share/libcds")
6868
find_package(LibCDS CONFIG REQUIRED)
6969

70-
#target_link_libraries(band ${CONAN_LIBS} pthread)
70+
target_link_libraries(band ${CONAN_LIBS} pthread)
7171
#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)
7373
#target_link_libraries(mu ${CONAN_LIBS} pthread)
7474

0 commit comments

Comments
 (0)