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.
12 lines
267 B
12 lines
267 B
6 years ago
|
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}$")
|