Implement Version class
This commit is contained in:
parent
da136cd52f
commit
3124548314
3 changed files with 196 additions and 0 deletions
|
@ -7,6 +7,7 @@ add_executable(${PROJECT_NAME}
|
|||
reversed_sized_array_test.cpp
|
||||
bitfield_pack_test.cpp
|
||||
resource_pool_test.cpp
|
||||
version_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