Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Olivier REYNET
Embedded Machine Learning
Commits
9bbe7103
Commit
9bbe7103
authored
Nov 30, 2021
by
Olivier REYNET
Browse files
presentation
parent
997d94c6
Changes
3
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
9bbe7103
cmake_minimum_required
(
VERSION 3.1
8
)
cmake_minimum_required
(
VERSION 3.1
6
)
project
(
EML
)
set
(
CMAKE_CXX_STANDARD 20
)
...
...
Extraction/CMakeLists.txt
View file @
9bbe7103
add_executable
(
EXTRACTION fearures_extraction.cpp main.cpp
)
\ No newline at end of file
add_executable
(
EXTRACTION features_extraction.cpp main.cpp
)
\ No newline at end of file
Extraction/fea
r
ures_extraction.cpp
→
Extraction/fea
t
ures_extraction.cpp
View file @
9bbe7103
File moved
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment