Files
amethyst/poc/c3d_permutation/CMakeLists.txt
tobid7 a9eed546b9 - Start work on drawlist
- Fix issue in texloader
- add ivec2 to tecloader / screen
- add draw func for iron
- add bufCfg in 3 variants to c3d
- add poc for c3d_permutation
2025-11-24 14:25:35 +01:00

8 lines
177 B
CMake

cmake_minimum_required(VERSION 3.22)
project(c3d-permutation)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_CXX_STANDARD_REQUIRED true)
add_executable(c3d-permutation source/main.cpp)