mirror of
https://github.com/ModOrganizer2/modorganizer-diagnose_basic.git
synced 2026-07-27 14:03:10 -07:00
6 lines
85 B
CMake
6 lines
85 B
CMake
cmake_minimum_required(VERSION 3.16)
|
|
|
|
project(diagnose_basic)
|
|
|
|
add_subdirectory(src)
|