Add BitfieldPack implementation.
This commit is contained in:
parent
4eb4209409
commit
a7d0cefbb9
3 changed files with 189 additions and 0 deletions
|
@ -6,6 +6,7 @@ add_executable(${PROJECT_NAME}
|
|||
endianness_test.cpp
|
||||
int_conv_test.cpp
|
||||
reversed_sized_array_test.cpp
|
||||
bitfield_pack_test.cpp
|
||||
)
|
||||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD 17)
|
||||
set_property(TARGET ${PROJECT_NAME} PROPERTY CXX_STANDARD_REQUIRED ON)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue