mirror of
https://github.com/varun-r-mallya/pylibbpf.git
synced 2026-03-24 06:01:28 +00:00
Janitorial formatting
This commit is contained in:
@ -5,7 +5,10 @@ set(CMAKE_CXX_STANDARD 20)
|
||||
set(CMAKE_CXX_STANDARD_REQUIRED ON)
|
||||
set(CMAKE_CXX_EXTENSIONS OFF)
|
||||
|
||||
find_package(Python COMPONENTS Interpreter Development.Module REQUIRED)
|
||||
find_package(
|
||||
Python
|
||||
COMPONENTS Interpreter Development.Module
|
||||
REQUIRED)
|
||||
|
||||
# pybind11
|
||||
include_directories(${CMAKE_SOURCE_DIR}/src)
|
||||
|
||||
Reference in New Issue
Block a user