mirror of
https://github.com/zama-ai/tfhe-rs.git
synced 2026-01-06 21:34:05 -05:00
7 lines
156 B
CMake
7 lines
156 B
CMake
# tfhe/CMakeLists.txt
|
|
cmake_minimum_required(VERSION 3.16)
|
|
project(tfhe-c-api C)
|
|
set(SOURCE c_api_tests/*.c)
|
|
enable_testing()
|
|
add_subdirectory(c_api_tests)
|