Add taglib include dirs to unit test CMake file

This commit is contained in:
Jonas Kvinge 2020-07-13 22:53:32 +02:00
parent 07d8c3e770
commit 89b15e3b57
1 changed files with 1 additions and 0 deletions

View File

@ -117,6 +117,7 @@ macro(add_test_file test_source gui_required)
${CMAKE_SOURCE_DIR}/ext/libstrawberry-common
${CMAKE_SOURCE_DIR}/ext/libstrawberry-tagreader
${CMAKE_BINARY_DIR}/ext/libstrawberry-tagreader
${TAGLIB_INCLUDE_DIRS}
)
target_link_libraries(${TEST_NAME} PRIVATE ${Qt5Core_LIBRARIES} ${Qt5Sql_LIBRARIES} ${Qt5Test_LIBRARIES})
target_link_libraries(${TEST_NAME} PRIVATE test_utils)