llama-cpp-turboquant/python/CMakeLists.txt
2020-11-01 13:44:48 +00:00

4 lines
77 B
CMake

add_subdirectory(pybind11)
pybind11_add_module(cmake_example src/main.cpp)