Browse Source

Merge pull request #71 from CodeShark/develop

Windows build requires cryptopp include dir.
cl-refactor
Gav Wood 11 years ago
parent
commit
73d5177fd8
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -36,6 +36,8 @@ if ("${TARGET_PLATFORM}" STREQUAL "w64")
/usr/x86_64-w64-mingw32
)
include_directories(/usr/x86_64-w64-mingw32/include/cryptopp)
set(CMAKE_FIND_ROOT_PATH_MODE_PROGRAM NEVER)
set(CMAKE_FIND_ROOT_PATH_MODE_LIBRARY ONLY)
set(CMAKE_FIND_ROOT_PATH_MODE_INCLUDE ONLY)

Loading…
Cancel
Save