Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PIM
libkleo
Commits
84b8db1a
Commit
84b8db1a
authored
Mar 26, 2021
by
Ingo Klöcker
Browse files
Actually install the new Algorithm header
parent
c174f2bb
Pipeline
#55593
passed with stage
in 10 minutes and 51 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
84b8db1a
cmake_minimum_required
(
VERSION 3.5 FATAL_ERROR
)
cmake_minimum_required
(
VERSION 3.5 FATAL_ERROR
)
set
(
PIM_VERSION
"5.17.4
1
"
)
set
(
PIM_VERSION
"5.17.4
2
"
)
project
(
libkleo VERSION
${
PIM_VERSION
}
)
project
(
libkleo VERSION
${
PIM_VERSION
}
)
...
...
src/CMakeLists.txt
View file @
84b8db1a
...
@@ -170,6 +170,7 @@ ecm_generate_headers(libkleo_CamelCase_models_HEADERS
...
@@ -170,6 +170,7 @@ ecm_generate_headers(libkleo_CamelCase_models_HEADERS
ecm_generate_headers
(
libkleo_CamelCase_utils_HEADERS
ecm_generate_headers
(
libkleo_CamelCase_utils_HEADERS
HEADER_NAMES
HEADER_NAMES
Algorithm
Classify
Classify
FileSystemWatcher
FileSystemWatcher
Formatting
Formatting
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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