[BUGFIX]scan miss for same filter referenced by one compile: TSG-15339
This commit is contained in:
@@ -5,6 +5,7 @@ include_directories(${PROJECT_SOURCE_DIR}/deps)
|
||||
include_directories(${PROJECT_SOURCE_DIR}/scanner)
|
||||
include_directories(${PROJECT_SOURCE_DIR}/scanner/adapter_hs)
|
||||
include_directories(${PROJECT_SOURCE_DIR}/scanner/ip_matcher)
|
||||
include_directories(${PROJECT_SOURCE_DIR}/scanner/bool_matcher)
|
||||
|
||||
add_executable(rcu_hash_gtest rcu_hash_gtest.cpp)
|
||||
target_link_libraries(rcu_hash_gtest maat_frame_static gtest_static)
|
||||
@@ -24,6 +25,9 @@ target_link_libraries(adapter_hs_gtest maat_frame_static gtest_static)
|
||||
add_executable(ip_matcher_gtest ip_matcher_gtest.cpp)
|
||||
target_link_libraries(ip_matcher_gtest maat_frame_static gtest_static)
|
||||
|
||||
add_executable(bool_matcher_gtest bool_matcher_gtest.cpp)
|
||||
target_link_libraries(bool_matcher_gtest maat_frame_static gtest_static)
|
||||
|
||||
add_executable(maat_ex_data_gtest maat_ex_data_gtest.cpp)
|
||||
target_link_libraries(maat_ex_data_gtest maat_frame_static gtest_static)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user