Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
partons
core
elementary-utils
Commits
f0e4fffe
Commit
f0e4fffe
authored
Jul 20, 2021
by
Pawel Sznajder
Browse files
correction to the last one
parent
6bb1818d
Changes
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
f0e4fffe
...
@@ -37,6 +37,14 @@ message("-- ElementaryUtils version is: " ${ELEMENTARY_UTILS_VERSION_MAJOR} "."
...
@@ -37,6 +37,14 @@ message("-- ElementaryUtils version is: " ${ELEMENTARY_UTILS_VERSION_MAJOR} "."
# configure
# configure
configure_file
(
${
CMAKE_SOURCE_DIR
}
/cmake/Version/ElementaryUtilsVersion.h_in
${
CMAKE_SOURCE_DIR
}
/include/ElementaryUtils/ElementaryUtilsVersion.h
)
configure_file
(
${
CMAKE_SOURCE_DIR
}
/cmake/Version/ElementaryUtilsVersion.h_in
${
CMAKE_SOURCE_DIR
}
/include/ElementaryUtils/ElementaryUtilsVersion.h
)
# AUTOMOC ==================================================================================
# tell cmake to run Qt moc when necessary
set
(
CMAKE_AUTOMOC ON
)
# as moc files are generated in the binary dir, tell cmake to always look for includes there
set
(
CMAKE_INCLUDE_CURRENT_DIR ON
)
# FIND LIBRARIES ===========================================================================
# FIND LIBRARIES ===========================================================================
# find libraries: additional modules
# find libraries: additional modules
...
...
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