diff options
Diffstat (limited to 'apps/ocspcheck')
| -rw-r--r-- | apps/ocspcheck/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt index 43b091a..249f0f4 100644 --- a/apps/ocspcheck/CMakeLists.txt +++ b/apps/ocspcheck/CMakeLists.txt | |||
| @@ -28,6 +28,7 @@ else() | |||
| 28 | endif() | 28 | endif() |
| 29 | 29 | ||
| 30 | add_executable(ocspcheck ${OCSPCHECK_SRC}) | 30 | add_executable(ocspcheck ${OCSPCHECK_SRC}) |
| 31 | target_include_directories(ocspcheck PUBLIC ../../include) | ||
| 31 | target_include_directories(ocspcheck PRIVATE . ./compat ../../include/compat) | 32 | target_include_directories(ocspcheck PRIVATE . ./compat ../../include/compat) |
| 32 | target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) | 33 | target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) |
| 33 | 34 | ||
