fix cmake bug

This commit is contained in:
liuwentan
2023-02-16 11:28:44 +08:00
parent f688a99bd0
commit d1b015226e
6 changed files with 156 additions and 17 deletions

View File

@@ -18,7 +18,6 @@ target_link_libraries(maat_framework_gtest maat_frame_static gtest_static)
add_executable(adapter_hs_gtest adapter_hs_gtest.cpp)
target_link_libraries(adapter_hs_gtest maat_frame_static gtest_static)
file(COPY rule DESTINATION ./)
file(COPY table_info.conf DESTINATION ./)
file(COPY literal_expr.conf DESTINATION ./)
file(COPY regex_expr.conf DESTINATION ./)