mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 05:40:54 -06:00
When CMake will not generate a test, package, or package_source target, allow projects to create their own targets with these names. Fixes: #16062
6 lines
103 B
CMake
6 lines
103 B
CMake
|
|
enable_testing()
|
|
add_custom_target(test)
|
|
add_custom_target(package)
|
|
add_custom_target(package_source)
|