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)
35
35
add_subdirectory (doc )
36
36
37
37
add_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 ..
32
32
make
33
33
```
34
34
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
+
35
43
## Contributing
36
44
37
45
I 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