chore: Updated to INCP v0.10.1

This commit is contained in:
2026-07-08 17:04:41 +01:00
parent 06d40aaae0
commit 7469f4cce3
2 changed files with 128 additions and 13 deletions

View File

@@ -43,7 +43,7 @@ add_custom_command(
${ASN1SCC_SOURCES}
${ASN1SCC_HEADERS}
COMMAND
${ASN1SCC} -c -uPER --slim --word-size 4 --handle-empty-sequences -if BitStream_AppendByteArray -if BitStream_DecodeConstraintWholeNumber -if BitStream_EncodeConstraintWholeNumber -o ${INCP_OUTPUT_DIR} ${ASN1_OUTPUT}
${ASN1SCC} -c -uPER --slim --word-size 4 --handle-empty-sequences -if BitStream_AppendByteArray -if BitStream_DecodeConstraintPosWholeNumber -if BitStream_EncodeConstraintPosWholeNumber -o ${INCP_OUTPUT_DIR} ${ASN1_OUTPUT}
MAIN_DEPENDENCY ${ASN1_OUTPUT}
COMMENT "INCP: Compiling ASN1 definition"
VERBATIM