Added unit test for header sizes

This commit is contained in:
Leonetienne
2022-03-05 19:43:42 +01:00
parent e0dddb42d0
commit 1fdd062e4d
2 changed files with 28 additions and 0 deletions

View File

@@ -10,6 +10,7 @@ add_executable(Test
Catch2.h
main.cpp
BmpHeader.cpp
)
target_link_libraries(Test BmpPP)