diff options
| author | yangwei <[email protected]> | 2024-11-11 14:27:49 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2024-11-11 14:27:49 +0800 |
| commit | d7f3ac99be45511239dbc2b0ed89e29f191ec355 (patch) | |
| tree | a9ba811e1c41a4bb802267e1b79da7ce0b17cd56 /test | |
| parent | 8135b42d1422802fcf7a0482f826d6dd41d231d1 (diff) | |
🐎 ci(add aarch64 jobs): aarch64 + el9CI-aarch64
Diffstat (limited to 'test')
| -rw-r--r-- | test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2473ffc..a771f84 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -12,6 +12,6 @@ LINK_DIRECTORIES(/opt/MESA/lib) LINK_DIRECTORIES(${CMAKE_BINARY_DIR}/src) add_executable(gtest_jump_layer gtest_jump_layer.cpp) -target_link_libraries(gtest_jump_layer pcap gtest-static MESA_jump_layer) +target_link_libraries(gtest_jump_layer pcap gtest-static ${lib_name}_shared) |
