Skip to content

Commit

Permalink
Apps: Fixed ImGui for Windows and CollectTriangles apps. (#2593)
Browse files Browse the repository at this point in the history
  • Loading branch information
emminizer authored Jul 18, 2024
1 parent f02c28b commit 9fab861
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include <osgEarth/ImGui/ImGuiApp>
#include <osgEarthImGui/ImGuiApp>

#include <osgViewer/Viewer>
#include <osgEarth/Notify>
Expand Down
2 changes: 1 addition & 1 deletion src/applications/osgearth_windows/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
add_osgearth_app(
TARGET osgearth_windows
SOURCES osgearth_windows.cpp
USE_IMGUI
LIBRARIES osgEarthImGui
FOLDER Tests)
2 changes: 1 addition & 1 deletion src/applications/osgearth_windows/osgearth_windows.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
* You should have received a copy of the GNU Lesser General Public License
* along with this program. If not, see <http://www.gnu.org/licenses/>
*/
#include <osgEarth/ImGui/ImGuiApp>
#include <osgEarthImGui/ImGuiApp>

#include <osgViewer/CompositeViewer>
#include <osgEarth/EarthManipulator>
Expand Down

0 comments on commit 9fab861

Please sign in to comment.