Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
73f31e56
Commit
73f31e56
authored
Jun 19, 2018
by
Jan Möbius
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Output debug/release state
parent
30cd73cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
cmake/ACGOutput.cmake
cmake/ACGOutput.cmake
+10
-0
No files found.
cmake/ACGOutput.cmake
View file @
73f31e56
...
...
@@ -29,6 +29,16 @@ function (acg_print_configure_header _id _name)
acg_color_message
(
"
${
_escape
}
[40;37m* *
${
_escape
}
[0m"
)
acg_color_message
(
"
${
_escape
}
[40;37m* Package :
${
_escape
}
[32m
${
_project
}
${
_escape
}
[37m *
${
_escape
}
[0m"
)
acg_color_message
(
"
${
_escape
}
[40;37m* Version :
${
_escape
}
[32m
${
_version
}
${
_escape
}
[37m *
${
_escape
}
[0m"
)
if
(
NOT WIN32
)
# Just artistic. remove 2 spaces for release to make it look nicer ;-)
if
(
${
CMAKE_BUILD_TYPE
}
MATCHES
"Debug"
)
acg_color_message
(
"
${
_escape
}
[40;37m* Type :
${
_escape
}
[32m
${
CMAKE_BUILD_TYPE
}
${
_escape
}
[37m *
${
_escape
}
[0m"
)
else
()
acg_color_message
(
"
${
_escape
}
[40;37m* Type :
${
_escape
}
[32m
${
CMAKE_BUILD_TYPE
}
${
_escape
}
[37m *
${
_escape
}
[0m"
)
endif
()
endif
()
acg_color_message
(
"
${
_escape
}
[40;37m************************************************************
${
_escape
}
[0m"
)
endfunction
()
...
...
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