4 lines
88 B
CMake
4 lines
88 B
CMake
cmake_minimum_required(VERSION 3.22)
|
|
|
|
# Add logging middleware
|
|
add_subdirectory(logging) |