1
Fork 0
mirror of https://github.com/redstrate/dxbc.git synced 2025-04-20 03:37:47 +00:00

Fix more petty warnings

This commit is contained in:
Joshua Goins 2023-12-09 21:18:25 -05:00
parent 190c185d98
commit 9db1273595

View file

@ -1,4 +1,5 @@
cmake_minimum_required(VERSION 3.27)
cmake_minimum_required(VERSION 3.20)
project(dxbc LANGUAGES CXX)
option(BUILD_EXAMPLE "Build example application" ON)