Initial commmit

This commit is contained in:
Timur A. Fatkhullin
2026-01-18 17:57:52 +03:00
commit 9aea122b08
7 changed files with 148 additions and 0 deletions

5
cmake_uninstall.cmake.in Normal file
View File

@@ -0,0 +1,5 @@
message(STATUS "Uninstall mcc package ...")
message(STATUS "remove config files dir: @CMAKE_INSTALL_PREFIX@/@MCC_CONFIG_INSTALLDIR@")
file(REMOVE_RECURSE "@CMAKE_INSTALL_PREFIX@/@MCC_CONFIG_INSTALLDIR@")
message(STATUS "remove header files dir: @CMAKE_INSTALL_PREFIX@/@MCC_HEADERS_INSTALLDIR@")
file(REMOVE_RECURSE "@CMAKE_INSTALL_PREFIX@/@MCC_HEADERS_INSTALLDIR@")