Skip to content

Commit

Permalink
Put examples in project group
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasKroes committed Nov 19, 2024
1 parent 6a309ec commit f9604ad
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,8 @@ add_subdirectory(ExampleLoader)
add_subdirectory(ExampleWriter)
add_subdirectory(ExampleData)
add_subdirectory(ExampleDependencies)

set_target_properties(ExampleViewPlugin ExampleViewJSPlugin ExampleViewOpenGLPlugin ExampleAnalysisPlugin ExampleTransformationPlugin ExampleLoaderPlugin ExampleWriterPlugin ExampleDataPlugin ExampleDependenciesPlugin
PROPERTIES
FOLDER ExamplePlugins
)

0 comments on commit f9604ad

Please sign in to comment.