-
Notifications
You must be signed in to change notification settings - Fork 790
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
6 changed files
with
113 additions
and
67 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
add_osgearth_imgui_app( | ||
add_osgearth_app( | ||
TARGET osgearth_biome | ||
SOURCES osgearth_biome.cpp | ||
USE_IMGUI | ||
FOLDER Tools | ||
LIBRARIES osgEarthProcedural ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
add_osgearth_imgui_app( | ||
add_osgearth_app( | ||
TARGET osgearth_collecttriangles | ||
SOURCES osgearth_collecttriangles.cpp | ||
USE_IMGUI | ||
FOLDER Examples ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
add_osgearth_imgui_app( | ||
add_osgearth_app( | ||
TARGET osgearth_imgui | ||
SOURCES osgearth_imgui.cpp | ||
USE_IMGUI | ||
FOLDER Tools ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
add_osgearth_imgui_app( | ||
add_osgearth_app( | ||
TARGET osgearth_pick | ||
SOURCES osgearth_pick.cpp | ||
USE_IMGUI | ||
FOLDER Examples ) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
add_osgearth_imgui_app( | ||
add_osgearth_app( | ||
TARGET osgearth_windows | ||
SOURCES osgearth_windows.cpp | ||
USE_IMGUI | ||
FOLDER Tests) |