Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
tools
frackit
Commits
cd779019
Commit
cd779019
authored
Jan 31, 2020
by
Dennis Gläser
Browse files
[examples] use release flag
parent
4ad2ee54
Changes
3
Hide whitespace changes
Inline
Side-by-side
appl/example1/CMakeLists.txt
View file @
cd779019
...
...
@@ -2,4 +2,4 @@ frackit_add_application(NAME example1
SOURCES example1.cc
LABELS examples
)
set
(
CMAKE_BUILD_TYPE
Debug
)
set
(
CMAKE_BUILD_TYPE
Release
)
appl/example2/CMakeLists.txt
View file @
cd779019
...
...
@@ -2,4 +2,4 @@ frackit_add_application(NAME example2
SOURCES example2.cc
LABELS examples
)
set
(
CMAKE_BUILD_TYPE
Debug
)
set
(
CMAKE_BUILD_TYPE
Release
)
appl/example3/CMakeLists.txt
View file @
cd779019
...
...
@@ -3,4 +3,4 @@ frackit_add_application(NAME example3
COMPILE_DEFINITIONS BREPFILE=
"
${
CMAKE_SOURCE_DIR
}
/appl/example3/layers.brep"
LABELS examples
)
set
(
CMAKE_BUILD_TYPE
Debug
)
set
(
CMAKE_BUILD_TYPE
Release
)
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