cmake: Added uninstall rule
This commit is contained in:
parent
da7df99bff
commit
bbd5fab174
1 changed files with 4 additions and 0 deletions
|
@ -132,6 +132,10 @@ if (COVERALLS)
|
|||
)
|
||||
endif()
|
||||
|
||||
add_custom_target(uninstall
|
||||
"${CMAKE_COMMAND}" -P "${CMAKE_MODULE_PATH}/uninstall.cmake"
|
||||
)
|
||||
|
||||
if (CTESTS)
|
||||
enable_testing()
|
||||
add_custom_target(criterion_tests)
|
||||
|
|
Loading…
Add table
Reference in a new issue