Added submodule eule

This commit is contained in:
Leonetienne
2022-03-05 15:39:49 +01:00
parent 7b369535f4
commit db1e74f1d7
3 changed files with 9 additions and 2 deletions

3
.gitmodules vendored Normal file
View File

@@ -0,0 +1,3 @@
[submodule "Src/Eule"]
path = Src/Eule
url = git@github.com:Leonetienne/Eule.git

View File

@@ -3,7 +3,10 @@ project(BmpPP)
set(CMAKE_CXX_STANDARD 17)
ADD_COMPILE_DEFINITIONS(_EULE_NO_INTRINSICS_)
INCLUDE_DIRECTORIES(./Eule/)
FILE(GLOB Eule ./Eule/Eule/*.cpp)
add_library(BmpPP
${Eule}
)

1
Src/Eule Submodule

Submodule Src/Eule added at 3c8391d9ce