This is a template of how to get started with vxl, pyvxl, and your own pybind11 package
source 'setup.env'
just setup
just run vxl
- Edit
./CMakeFiles.txtand changeprojectto your project name, and renamePROJ_variables to your ownPREFIX_ - Rename
helloto what you want to call it and replace with your own files. (I will reference the new name as{hello}, but substitute the actual name when following these instructions) - Update
./CMakeFiles.txtand find theadd_subdirectoryline forhelloand change to{hello} - Update
./{hello}/CMakeFiles.txtto reflect your new files - Update
./{hello}/tests/CMakeFiles.txtto reflect your new names - Rename
./pyprojto your name ({pyproj}refers to the new name) - Update
./CMakeFiles.txtand find theadd_subdirectoryline forpyprojand change to{pyproj} - Rename
./{pyproj}/{pyhello}.*files - Update
pyprojandpyhellonames in{pyproj}/CMakeList.txt - Update
pyprojandpyhellonames in{pyproj}/tests/CMakeList.txt - Update
projinPYBIND11_MODULEline of{pyproj}/{pyproj.cxx}
Clean and rebuild