From 0accc6d2b0e821a16ae02a229f12d5d0888b83bc Mon Sep 17 00:00:00 2001 From: Huamonarch Date: Mon, 18 May 2026 10:19:58 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20rng=5Ftest=20=E6=B7=BB=E5=8A=A0=20nlohma?= =?UTF-8?q?nn=5Fjson=20=E9=93=BE=E6=8E=A5=E5=BA=93=EF=BC=8C=E8=A7=A3?= =?UTF-8?q?=E5=86=B3=20json.hpp=20=E6=89=BE=E4=B8=8D=E5=88=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- TestProject/RNG/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/TestProject/RNG/CMakeLists.txt b/TestProject/RNG/CMakeLists.txt index 37eb50e..4dc2385 100644 --- a/TestProject/RNG/CMakeLists.txt +++ b/TestProject/RNG/CMakeLists.txt @@ -75,6 +75,10 @@ target_include_directories(rng_test PUBLIC ${my_lib_include} ) +target_link_libraries(rng_test + nlohmann_json::nlohmann_json +) + set_target_properties(rng_test PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/test) enable_testing()