This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/decoders/session_flags/mesa_sts/test/CMakeLists.txt

7 lines
187 B
CMake

cmake_minimum_required (VERSION 3.5)
add_executable(gtest_mesa gtest_mesa_sts.cpp)
target_link_libraries(gtest_mesa gtest pcap pthread libmesa_sts)
file(COPY pcap DESTINATION ./)