-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #409 from orbitersim/toolkit_fixes
Toolkit fixes
- Loading branch information
Showing
18 changed files
with
61 additions
and
62 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
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
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
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
18 changes: 9 additions & 9 deletions
18
...ent/samples/TerrainToolBox/CMakeLists.txt → ...ent/samples/TerrainToolKit/CMakeLists.txt
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,42 +1,42 @@ | ||
# Licensed under the MIT License | ||
|
||
add_library(TerrainToolBox MODULE | ||
add_library(TerrainToolKit MODULE | ||
gcPropertyTree.h | ||
gcTableView.cpp | ||
QTree.h | ||
QTree.cpp | ||
ToolBox.h | ||
ToolBox.cpp | ||
ToolBox.rc | ||
ToolKit.h | ||
ToolKit.cpp | ||
ToolKit.rc | ||
ExportImport.cpp | ||
Basics.cpp | ||
Layer.cpp | ||
resource.h | ||
) | ||
|
||
add_dependencies(TerrainToolBox | ||
add_dependencies(TerrainToolKit | ||
D3D9Client | ||
) | ||
|
||
target_link_libraries(TerrainToolBox | ||
target_link_libraries(TerrainToolKit | ||
${OrbiterTgt} | ||
Orbitersdk | ||
Msimg32.lib | ||
Comctl32.lib | ||
) | ||
|
||
target_include_directories(TerrainToolBox | ||
target_include_directories(TerrainToolKit | ||
PUBLIC ${INCLUDE_TARGET_DIR} | ||
) | ||
|
||
set_target_properties(TerrainToolBox | ||
set_target_properties(TerrainToolKit | ||
PROPERTIES | ||
LIBRARY_OUTPUT_DIRECTORY_DEBUG ${CMAKE_BINARY_DIR}/Modules/Plugin | ||
LIBRARY_OUTPUT_DIRECTORY_RELEASE ${CMAKE_BINARY_DIR}/Modules/Plugin | ||
FOLDER OVP | ||
) | ||
|
||
install(TARGETS TerrainToolBox | ||
install(TARGETS TerrainToolKit | ||
LIBRARY | ||
DESTINATION ${ORBITER_INSTALL_PLUGIN_DIR} | ||
) |
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
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
File renamed without changes.
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
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
File renamed without changes.
File renamed without changes.
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