added bindings skeleton
This commit is contained in:
@@ -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
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user