Skip to content

Commit

Permalink
Fix naming convention
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-iizuka committed Apr 12, 2024
1 parent f83b39b commit 4ae4172
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ if(LNG_WITH_DOCA OR LNG_WITH_DPDK)
add_executable(test_dpdk_echo_udp test/dpdk_echo_udp.cc)
target_link_libraries(test_dpdk_echo_udp lng-core ${LIBDPDK_STATIC_LDFLAGS})

add_executable(dpdk_frame_builder_tcp test/dpdk_frame_builder_tcp.cc)
target_link_libraries(dpdk_frame_builder_tcp lng-core ${LIBDPDK_STATIC_LDFLAGS})
add_executable(test_dpdk_build_frame_tcp test/dpdk_build_frame_tcp.cc)
target_link_libraries(test_dpdk_build_frame_tcp lng-core ${LIBDPDK_STATIC_LDFLAGS})
endif()

if(LNG_WITH_DOCA)
Expand Down
File renamed without changes.

0 comments on commit 4ae4172

Please sign in to comment.