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
cuiyiming-gradproj/DataSet/FeatureExtract/entry/CMakeLists.txt

3 lines
208 B
CMake
Raw Normal View History

2019-12-06 19:47:13 +08:00
add_library(stmstat SHARED src/tcp_entry.cpp src/ssl_utils.cpp)
target_include_directories(stmstat PUBLIC ${CMAKE_CURRENT_LIST_DIR}/include)
target_link_libraries(stmstat MESA_prof_load MESA_field_stat cjson)