first version of fast lruk

This commit is contained in:
2024-04-25 10:10:49 +00:00
parent 0c0d4684bb
commit 36a615aaad
10 changed files with 498 additions and 3 deletions

View File

@ -1,5 +1,7 @@
if(OJ_TEST_BPT)
add_executable(code oj_test_interface_for_bpt.cpp)
target_link_libraries(code argparse)
target_link_libraries(code bpt)
set_target_properties(code PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})
endif()
endif()
add_executable(replacer_test replacer_test.cpp)
target_link_libraries(replacer_test bpt GTest::gtest_main)