Added submodule eule
This commit is contained in:
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)
|
set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
|
ADD_COMPILE_DEFINITIONS(_EULE_NO_INTRINSICS_)
|
||||||
|
INCLUDE_DIRECTORIES(./Eule/)
|
||||||
|
FILE(GLOB Eule ./Eule/Eule/*.cpp)
|
||||||
|
|
||||||
add_library(BmpPP
|
add_library(BmpPP
|
||||||
|
${Eule}
|
||||||
)
|
)
|
||||||
|
|
||||||
|
1
Src/Eule
Submodule
1
Src/Eule
Submodule
Submodule Src/Eule added at 3c8391d9ce
Reference in New Issue
Block a user