mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
4 lines
138 B
CMake
4 lines
138 B
CMake
find_library(CLN_LIBRARY NAMES cln)
|
|
include(FindPackageHandleStandardArgs)
|
|
find_package_handle_standard_args(CLN DEFAULT_MSG CLN_LIBRARY)
|