diff options
| -rw-r--r-- | apps/ocspcheck/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/ocspcheck/CMakeLists.txt b/apps/ocspcheck/CMakeLists.txt index 5e4639f..a14485e 100644 --- a/apps/ocspcheck/CMakeLists.txt +++ b/apps/ocspcheck/CMakeLists.txt | |||
| @@ -1,3 +1,5 @@ | |||
| 1 | if(NOT MSVC) | ||
| 2 | |||
| 1 | include_directories( | 3 | include_directories( |
| 2 | . | 4 | . |
| 3 | ./compat | 5 | ./compat |
| @@ -36,3 +38,5 @@ target_link_libraries(ocspcheck tls ${OPENSSL_LIBS}) | |||
| 36 | 38 | ||
| 37 | install(TARGETS ocspcheck DESTINATION bin) | 39 | install(TARGETS ocspcheck DESTINATION bin) |
| 38 | install(FILES ocspcheck.8 DESTINATION share/man/man8) | 40 | install(FILES ocspcheck.8 DESTINATION share/man/man8) |
| 41 | |||
| 42 | endif() | ||
