added bindings skeleton

This commit is contained in:
Jan Kieseler
2023-09-07 20:40:09 +02:00
parent 8dafc405c7
commit 3521cfd79e
2 changed files with 4 additions and 0 deletions
+4
View File
@@ -61,6 +61,10 @@ foreach(_script ${EXAMPLEB4A_SCRIPTS})
)
endforeach()
file(GLOB_RECURSE SOURCES "${PROJECT_SOURCE_DIR}/src/*.cc" )
add_subdirectory(lib/pybind11)
pybind11_add_module(compiled ${SOURCES} "${PROJECT_SOURCE_DIR}/bind/bindings.cpp")
#----------------------------------------------------------------------------
# Install the executable to 'bin' directory under CMAKE_INSTALL_PREFIX
#
View File