1
0
Fork 0
mirror of https://git.rwth-aachen.de/acs/public/villas/node/ synced 2025-03-09 00:00:00 +01:00

fix Criterion dependency

This commit is contained in:
Steffen Vogel 2018-08-21 15:56:08 +02:00
parent 5842f8283d
commit 196faa7bf1
2 changed files with 3 additions and 1 deletions

View file

@ -33,5 +33,7 @@ include(FindPkgConfig)
pkg_check_modules(JANSSON IMPORTED_TARGET jansson)
find_package(Criterion)
add_subdirectory(lib)
add_subdirectory(tests)

View file

@ -32,7 +32,7 @@ find_package(Criterion REQUIRED)
target_include_directories(unit-tests-common PUBLIC
${PROJECT_SOURCE_DIR}/include
${CRITERION_INCLUDE_DIRECTORIES}
${CRITERION_INCLUDE_DIRS}
)
target_link_libraries(unit-tests-common PUBLIC