cmake: Added uninstall rule

This commit is contained in:
Snaipe 2016-09-04 11:27:21 +02:00
parent da7df99bff
commit bbd5fab174

View file

@ -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)