Toolchain/CMakeLists.txt

7 lines
105 B
CMake

cmake_minimum_required(VERSION 3.25)
project(Toolchain
LANGUAGES CXX
)
add_subdirectory(Toolchain)