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
Multimedia
Dragon
Commits
c7934b9c
Commit
c7934b9c
authored
Dec 05, 2020
by
Friedrich W. H. Kossebau
Browse files
Use .in suffix for header file that is passed to configure_file()
parent
42a7453f
Changes
2
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
c7934b9c
...
...
@@ -61,7 +61,7 @@ include_directories(BEFORE SYSTEM ${PHONON_INCLUDES})
include
(
CheckIncludeFiles
)
check_include_files
(
unistd.h HAVE_UNISTD_H
)
configure_file
(
config.h.
cmake
${
CMAKE_CURRENT_BINARY_DIR
}
/config.h
)
configure_file
(
config.h.
in
${
CMAKE_CURRENT_BINARY_DIR
}
/config.h
)
add_definitions
(
-DQT_DEPRECATED_WARNINGS
...
...
config.h.
cmake
→
config.h.
in
View file @
c7934b9c
File moved
Write
Preview
Supports
Markdown
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