Skip to content

Commit

Permalink
include in examples.
Browse files Browse the repository at this point in the history
  • Loading branch information
d-kor committed May 2, 2024
1 parent 9e652b1 commit 08f3667
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples_sw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,11 +58,13 @@ endif()
if(EXAMPLE STREQUAL "rdma_server")
set(TARGET_DIR "${CYT_DIR}/examples_sw/apps/rdma_service/server")
message("** Example: RDMA service - Server (Coyote daemon)")
include_directories(${TARGET_DIR}/../include)
endif()

if(EXAMPLE STREQUAL "rdma_client")
set(TARGET_DIR "${CYT_DIR}/examples_sw/apps/rdma_service/client")
message("** Example: RDMA service - Client")
include_directories(${TARGET_DIR}/../include)
endif()

# Network - TCP
Expand All @@ -78,7 +80,6 @@ set(EXEC test)
add_executable(${EXEC} ${TARGET_DIR}/main.cpp)
target_link_libraries(${EXEC} PUBLIC Coyote)
target_link_directories(${EXEC} PUBLIC /usr/local/lib)
include_directories(${TARGET_DIR}/include ${TARGET_DIR}/../include)

if(EN_GPU)
set(AMD_GPU "gfx908" CACHE STRING "AMD GPU device to use")
Expand Down

0 comments on commit 08f3667

Please sign in to comment.