Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PI2
PI2 View
Commits
33819899
Commit
33819899
authored
Jan 10, 2019
by
Martin Kröning
🦀
Browse files
Rename MapAppABI.h to pi2-view.h
parent
c4b79695
Changes
4
Hide whitespace changes
Inline
Side-by-side
pi2-demo/src/MapAppABIWrapper.cpp
View file @
33819899
#include "MapAppABIWrapper.hpp"
#include "MapAppABIWrapper.hpp"
#include "
MapAppABI
.h"
#include "
pi2-view
.h"
#include <string>
#include <string>
#include <vector>
#include <vector>
...
...
pi2-view/include/
MapAppABI
.h
→
pi2-view/include/
pi2-view
.h
View file @
33819899
File moved
pi2-view/meson.build
View file @
33819899
...
@@ -27,7 +27,7 @@ pkg.generate(
...
@@ -27,7 +27,7 @@ pkg.generate(
libraries : pi2_view_lib,
libraries : pi2_view_lib,
subdirs : 'pi2-view'
subdirs : 'pi2-view'
)
)
install_headers('include/
MapAppABI
.h', subdir : 'pi2-view')
install_headers('include/
pi2-view
.h', subdir : 'pi2-view')
pi2_view_dep = declare_dependency(
pi2_view_dep = declare_dependency(
link_with : pi2_view_lib,
link_with : pi2_view_lib,
dependencies : [gtkmm_dep, thread_dep, microsoft_gsl_dep],
dependencies : [gtkmm_dep, thread_dep, microsoft_gsl_dep],
...
...
pi2-view/src/MapAppABI.cpp
View file @
33819899
#include "
MapAppABI
.h"
#include "
pi2-view
.h"
#pragma clang diagnostic push
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wmismatched-tags"
#pragma clang diagnostic ignored "-Wmismatched-tags"
#include "MapApp.hpp"
#include "MapApp.hpp"
...
...
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