diff options
Diffstat (limited to 'apps/ocspcheck')
| -rw-r--r-- | apps/ocspcheck/CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt index 15af8a8..9e0d012 100644 --- a/apps/ocspcheck/CMakeLists.txt +++ b/apps/ocspcheck/CMakeLists.txt | |||
| @@ -1,12 +1,5 @@ | |||
| 1 | if(NOT MSVC) | 1 | if(NOT MSVC) |
| 2 | 2 | ||
| 3 | include_directories( | ||
| 4 | . | ||
| 5 | ./compat | ||
| 6 | ../../include | ||
| 7 | ../../include/compat | ||
| 8 | ) | ||
| 9 | |||
| 10 | set( | 3 | set( |
| 11 | OCSPCHECK_SRC | 4 | OCSPCHECK_SRC |
| 12 | http.c | 5 | http.c |
| @@ -27,6 +20,7 @@ else() | |||
| 27 | endif() | 20 | endif() |
| 28 | 21 | ||
| 29 | add_executable(ocspcheck ${OCSPCHECK_SRC}) | 22 | add_executable(ocspcheck ${OCSPCHECK_SRC}) |
| 23 | target_include_directories(ocspcheck PRIVATE . ./compat) | ||
| 30 | target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) | 24 | target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) |
| 31 | 25 | ||
| 32 | if(ENABLE_LIBRESSL_INSTALL) | 26 | if(ENABLE_LIBRESSL_INSTALL) |
