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
4534c0a1
Commit
4534c0a1
authored
Jan 27, 2020
by
Dennis Gläser
Browse files
[appl] move example to applications folder
parent
b12f13d5
Changes
7
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
4534c0a1
...
...
@@ -108,8 +108,8 @@ endif (DOXYGEN_FOUND)
include_directories
(
${
CMAKE_SOURCE_DIR
}
)
# include subdirectories
add_subdirectory
(
appl
)
add_subdirectory
(
cmake
)
add_subdirectory
(
doc
)
add_subdirectory
(
examples
)
add_subdirectory
(
frackit
)
add_subdirectory
(
test
)
appl/CMakeLists.txt
0 → 100644
View file @
4534c0a1
add_subdirectory
(
example3
)
example
s/layers
/CMakeLists.txt
→
appl/
example
3
/CMakeLists.txt
View file @
4534c0a1
frackit_add_application
(
NAME example
_layers
SOURCES example
_layers
.cc
COMPILE_DEFINITIONS BREPFILE=
"
${
CMAKE_SOURCE_DIR
}
/example
s/layers
/layers.brep"
frackit_add_application
(
NAME example
3
SOURCES example
3
.cc
COMPILE_DEFINITIONS BREPFILE=
"
${
CMAKE_SOURCE_DIR
}
/
appl/
example
3
/layers.brep"
LABELS examples
)
set
(
CMAKE_BUILD_TYPE Debug
)
example
s/layers
/example
_layers
.cc
→
appl/
example
3
/example
3
.cc
View file @
4534c0a1
File moved
example
s/layers
/layers.brep
→
appl/
example
3
/layers.brep
View file @
4534c0a1
File moved
example
s/layers
/layers.geo
→
appl/
example
3
/layers.geo
View file @
4534c0a1
File moved
examples/CMakeLists.txt
deleted
100644 → 0
View file @
b12f13d5
add_subdirectory
(
layers
)
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