Project setup, and high-level class

This commit is contained in:
Leonetienne
2022-03-05 16:15:00 +01:00
parent db1e74f1d7
commit 0cd22f3bd2
6 changed files with 97 additions and 0 deletions

View File

@@ -9,4 +9,6 @@ FILE(GLOB Eule ./Eule/Eule/*.cpp)
add_library(BmpPP
${Eule}
BMP.cpp
)