Added submodule eule
This commit is contained in:
parent
7b369535f4
commit
db1e74f1d7
3
.gitmodules
vendored
Normal file
3
.gitmodules
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
[submodule "Src/Eule"]
|
||||
path = Src/Eule
|
||||
url = git@github.com:Leonetienne/Eule.git
|
@ -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
1
Src/Eule
Submodule
@ -0,0 +1 @@
|
||||
Subproject commit 3c8391d9cecd5f72a78fb86e451c5b1a81a64566
|
Loading…
x
Reference in New Issue
Block a user