Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
OpenFlipper-Free
OpenFlipper
Commits
79e76650
Commit
79e76650
authored
May 27, 2020
by
Jan
Browse files
Moved StackWalker into Windows directory
parent
2a44c39a
Changes
3
Hide whitespace changes
Inline
Side-by-side
CoreApp/CMakeLists.txt
View file @
79e76650
...
...
@@ -168,8 +168,8 @@ set( sources
)
if
(
WIN32
)
LIST
(
APPEND sources
"../StackWalker/StackWalker.cc"
)
LIST
(
APPEND headers
"../StackWalker/StackWalker.hh"
)
LIST
(
APPEND sources
"../
Windows/
StackWalker/StackWalker.cc"
)
LIST
(
APPEND headers
"../
Windows/
StackWalker/StackWalker.hh"
)
endif
(
WIN32
)
...
...
StackWalker/StackWalker.cc
→
Windows/
StackWalker/StackWalker.cc
View file @
79e76650
File moved
StackWalker/StackWalker.hh
→
Windows/
StackWalker/StackWalker.hh
View file @
79e76650
File moved
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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