Skip to content
Snippets Groups Projects
Commit 726c697e authored by deuce's avatar deuce
Browse files

After finding cryptlib.h in the custom include path, add it to the compiler

includes (derp).
parent 3b9065a6
No related branches found
No related tags found
No related merge requests found
......@@ -88,6 +88,10 @@ target_include_directories(syncterm PRIVATE ../comio)
target_include_directories(syncterm PRIVATE ../smblib)
if(NOT HAS_CRYPTLIB_H)
target_compile_definitions(syncterm PRIVATE WITHOUT_CRYPTLIB)
else()
if(WIN32)
target_include_directories(syncterm PRIVATE ${CMAKE_CURRENT_LIST_DIR}/../../3rdp/win32.release/cryptlib/include)
endif()
endif()
if(CMAKE_SYSTEM_NAME STREQUAL "NetBSD")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment