mirror of
https://github.com/hedge-dev/XenosRecomp.git
synced 2025-10-30 07:12:17 +00:00
8 lines
No EOL
182 B
CMake
8 lines
No EOL
182 B
CMake
cmake_minimum_required(VERSION 3.29)
|
|
|
|
include($ENV{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake)
|
|
set(CMAKE_CXX_STANDARD 23)
|
|
|
|
project(ShaderRecomp-ALL)
|
|
|
|
add_subdirectory(ShaderRecomp) |