setup instalation and exports stuffs

This commit is contained in:
Timur A. Fatkhullin
2026-06-20 19:37:53 +03:00
parent 197c4fc53b
commit 2d9579e962
3 changed files with 73 additions and 0 deletions

5
cmake_uninstall.cmake.in Normal file
View File

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