We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b55de7e + 0a504c0 commit 82b3b83Copy full SHA for 82b3b83
tests/CMakeLists.txt
@@ -52,7 +52,8 @@ function(add_test_suite suite_name)
52
target_link_libraries(${exe_name} ${libs})
53
target_include_directories(${exe_name}
54
PUBLIC ${CMAKE_SOURCE_DIR}/include/
55
- PUBLIC ${CMAKE_SOURCE_DIR}/crypto/include/)
+ PUBLIC ${CMAKE_SOURCE_DIR}/crypto/include/
56
+ PRIVATE ${CMAKE_SOURCE_DIR}/crypto/library/)
57
58
if(${data_name} MATCHES ${SKIP_TEST_SUITES_REGEX})
59
message(STATUS "The test suite ${data_name} will not be executed.")
0 commit comments