mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-26 04:09:35 +03:00
Document the valid signatures. Add a test for the IMPORTED GLOBAL signature.
10 lines
196 B
CMake
10 lines
196 B
CMake
include(RunCMake)
|
|
|
|
run_cmake(invalid_name)
|
|
run_cmake(target_commands)
|
|
run_cmake(no_shared_libs)
|
|
run_cmake(whitelist)
|
|
run_cmake(invalid_signature)
|
|
run_cmake(genex_link)
|
|
run_cmake(add_dependencies)
|