llama-cpp-turboquant/test/shaders/CMakeLists.txt
Fabian Sauter b95df8d0a0 First pass for rewriting the build system
* Refactored all CMake files
* Started working on compiling shaders to header files in CMake

Signed-off-by: Fabian Sauter <sauter.fabian@mailbox.org>
2022-07-27 12:48:04 +02:00

8 lines
No EOL
198 B
CMake

# SPDX-License-Identifier: Apache-2.0
#######################
cmake_minimum_required(VERSION 3.15)
add_library(test_shaders "Utils.cpp"
"Utils.hpp")
add_subdirectory(glsl)