Skip to content

Commit

Permalink
link libheif into testframework (#1374)
Browse files Browse the repository at this point in the history
  • Loading branch information
farindk committed Nov 8, 2024
1 parent 994dbe5 commit 4cf6b04
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ if (CMAKE_CXX_COMPILER_ID STREQUAL "Clang" OR CMAKE_CXX_COMPILER_ID STREQUAL "GN
endif()

add_library(testframework STATIC ${CMAKE_BINARY_DIR}/generated/test-config.cc test_utils.cc catch_amalgamated.cpp)
target_link_libraries(testframework PRIVATE heif)

macro(add_libheif_test TEST_FILE)
set(TEST_NAME ${TEST_FILE})
Expand Down

0 comments on commit 4cf6b04

Please sign in to comment.