mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-23 12:09:50 +00:00
5 lines
193 B
CMake
5 lines
193 B
CMake
|
find_path(POLYSEED_INCLUDE_DIR polyseed.h)
|
||
|
message(STATUS "POLYSEED PATH ${POLYSEED_INCLUDE_DIR}")
|
||
|
|
||
|
find_library(POLYSEED_LIBRARY polyseed)
|
||
|
message(STATUS "POLYSEED LIBARY ${POLYSEED_LIBRARY}")
|