mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
Fix missing CppUnit include directive
This commit is contained in:
parent
1308ff6479
commit
72f9a96cce
@ -62,6 +62,8 @@ SET(test_runner_SRCS
|
||||
test_mpc.cpp
|
||||
)
|
||||
|
||||
INCLUDE_DIRECTORIES(${CPPUNIT_INCLUDE_DIR})
|
||||
|
||||
ADD_EXECUTABLE(test_runner ${test_runner_SRCS})
|
||||
TARGET_LINK_LIBRARIES(test_runner tag ${CPPUNIT_LIBRARIES})
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user