CMakeLists.txt 178 Bytes
Newer Older
mashun1's avatar
v1  
mashun1 committed
1
2
3
4
5
6
7
8
# SPDX-License-Identifier: Apache-2.0
# ######################
cmake_minimum_required(VERSION 3.20)

add_library(test_shaders "Utils.cpp"
    "Utils.hpp")

add_subdirectory(glsl)