From bf468de2a4a2fdb7b2ed1d9462eaaae70bf91ce5 Mon Sep 17 00:00:00 2001 From: Rolf Jordi Date: Sun, 25 Feb 2024 21:11:13 +0100 Subject: [PATCH] fix linking on linux the issue is with tests/frame/file build frame/file/image.h is using frame/json/parse_pixel.h --- tests/frame/file/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/frame/file/CMakeLists.txt b/tests/frame/file/CMakeLists.txt index cc02ca0..68cdc93 100644 --- a/tests/frame/file/CMakeLists.txt +++ b/tests/frame/file/CMakeLists.txt @@ -24,6 +24,7 @@ target_link_libraries(FrameFileTest PUBLIC Frame FrameFile + FrameJson GTest::gmock GTest::gtest )