diff --git a/CMakeLists.txt b/CMakeLists.txt index 5921383..3ae06a5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)