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
310 B
12 lines
310 B
include(RunCMake)
|
|
|
|
run_cmake(ParseImplicitLinkInfo)
|
|
|
|
run_cmake(Inspect)
|
|
set(info "${RunCMake_BINARY_DIR}/Inspect-build/info.cmake")
|
|
include("${info}")
|
|
|
|
if(INFO_CMAKE_C_IMPLICIT_LINK_DIRECTORIES MATCHES ";")
|
|
run_cmake_with_options(ExcludeDirs "-Dinfo=${RunCMake_BINARY_DIR}/Inspect-build/info.cmake")
|
|
endif()
|