You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
if(WIN32 OR CYGWIN OR NO_NAMELINK)
|
|
set(_check_files)
|
|
else()
|
|
set(_check_files
|
|
[[lib]]
|
|
[[lib/libnamelink-only\.(so|dylib)]]
|
|
[[lib/libnamelink-sep\.(so|dylib)]]
|
|
[[lib/libnamelink-uns-dev\.(so|dylib)]]
|
|
)
|
|
endif()
|
|
check_installed("^${_check_files}$")
|