mirror of
https://github.com/usatiuk/backup.git
synced 2025-10-27 01:37:49 +01:00
5 lines
132 B
CMake
5 lines
132 B
CMake
cmake_minimum_required(VERSION 3.22)
|
|
|
|
add_library(testUtils srcs/Cleaner.cpp)
|
|
|
|
target_include_directories(testUtils PUBLIC includes) |