-
Notifications
You must be signed in to change notification settings - Fork 7
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 #20 from jamierobertson1/master
Renamed vsgpoints application to avoid duplicate naming issue in Visual Studio
- Loading branch information
Showing
7 changed files
with
29 additions
and
29 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 +1 @@ | ||
add_subdirectory(vsgpoints) | ||
add_subdirectory(vsgpoints_example) |
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,15 @@ | ||
set(SOURCES | ||
ConvertMeshToPoints.cpp | ||
vsgpoints_example.cpp | ||
) | ||
|
||
add_executable(vsgpoints_example ${SOURCES}) | ||
|
||
target_link_libraries(vsgpoints_example vsg::vsg vsgPoints::vsgPoints) | ||
|
||
if (vsgXchange_FOUND) | ||
target_compile_definitions(vsgpoints_example PRIVATE vsgXchange_FOUND) | ||
target_link_libraries(vsgpoints_example vsgXchange::vsgXchange) | ||
endif() | ||
|
||
install(TARGETS vsgpoints_example RUNTIME DESTINATION bin) |
File renamed without changes.
File renamed without changes.
File renamed without changes.