llama-cpp-turboquant/pybind/CMakeLists.txt
2020-11-01 13:43:40 +00:00

5 lines
138 B
CMake

cmake_minimum_required(VERSION 2.8.12)
project(cmake_example)
add_subdirectory(pybind11)
pybind11_add_module(cmake_example src/main.cpp)