File tree Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Expand file tree Collapse file tree 4 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -35,3 +35,8 @@ add_subdirectory(test)
3535add_subdirectory (doc )
3636
3737add_library (${PROJECT_NAME} STATIC ${SOURCE} )
38+
39+ add_custom_target (release
40+ WORKING_DIRECTORY ${CMAKE_SOURCE_DIR}
41+ COMMAND ${CMAKE_SOURCE_DIR} /scripts/create_single_header.sh
42+ DEPENDS ${PROJECT_NAME} )
Original file line number Diff line number Diff line change @@ -32,6 +32,14 @@ cmake ..
3232make
3333```
3434
35+ ## Scripts
36+
37+ To use the scripts in ` scripts/ ` you will need to install the requirements
38+ from the top level directory.
39+ ``` bash
40+ pip install -r script-requirements.txt
41+ ```
42+
3543## Contributing
3644
3745I welcome all help! Please feel free to fork and start some pull requests!
Original file line number Diff line number Diff line change 1+ Quom==1.2.0
Original file line number Diff line number Diff line change 1+ quom -I include -I src src/dbc.cpp build/libdbc.hpp
You can’t perform that action at this time.
0 commit comments