aboutsummaryrefslogblamecommitdiffstats
path: root/cmake/FindCLN.cmake
blob: f2234bb40eb0449c284d16cffccc4b29816068e6 (plain) (tree)
1
2
3


                                                              
find_library(CLN_LIBRARY NAMES cln)
include(FindPackageHandleStandardArgs)
find_package_handle_standard_args(CLN DEFAULT_MSG CLN_LIBRARY)