Files
tfhe-rs/tfhe/CMakeLists.txt
2022-11-10 19:03:08 +01:00

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)